- Add ansible.cfg for plugin config - Enabled Pulumi passphrase auto-load in run.sh - Add scripts/dynamic_inventory.py with --list, --host, --export-static - Cleanup: remove legacy inventory.py
16 lines
344 B
INI
16 lines
344 B
INI
[inventory]
|
|
cache: yes
|
|
cache_plugin: ansible.builtin.jsonfile
|
|
|
|
[defaults]
|
|
vault_password_file = ~/.vault_password
|
|
timeout = 10
|
|
forks = 10
|
|
poll_interval = 10
|
|
transport = smart
|
|
gathering = smart
|
|
stdout_callback = skippy
|
|
host_key_checking = False
|
|
deprecation_warnings = False
|
|
ansible_python_interpreter=/usr/bin/python3
|