Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Explicitly set the tmp dir inside of the farosctl command container.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmkraus committed Apr 30, 2021
1 parent babdd7c commit 13b7913
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ def main(config, ipam, inv):
proxy_noproxy=[item['dest'] for item in json.loads(config.get('PROXY_NOPROXY', '[]'))],
proxy_ca=config.get('PROXY_CA', ''))

inv.add_host('localhost',
ansible_connection='local',
ansible_remote_tmp='/data/.ansible_tmp')

infra = inv.add_group('infra')
router = infra.add_group('router',
wan_interface=config['WAN_INT'],
Expand Down

0 comments on commit 13b7913

Please sign in to comment.