- Rename setup.sh to setup (drop extension for cleaner CLI) - Update ansible.cfg for improved playbook execution - Update .env.example with current environment variables
9 lines
314 B
INI
9 lines
314 B
INI
[defaults]
|
|
inventory = inventory/
|
|
remote_user=ansible
|
|
host_key_checking=True
|
|
roles_path=roles
|
|
interpreter_python=/usr/bin/python3
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=~/.ansible/cp/ansible-ssh-%%h-%%p-%%r -o StrictHostKeyChecking=accept-new -o IdentitiesOnly=yes
|