12 lines
368 B
INI
12 lines
368 B
INI
[defaults]
|
|
ansible_user = theboss
|
|
host_key_checking = False
|
|
inventory = inventory
|
|
retry_files_enabled = False
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=no -o StrictHostKeyChecking=no
|
|
|
|
[inventory]
|
|
enable_plugins = host_list, script, yaml, ini, community.docker.docker_containers, aws_ec2
|