zen_dhcpd/ansible.cfg

41 lines
1.4 KiB
INI

[defaults]
inventory = /etc/ansible/zen_inventory.yml
roles_path = /home/chris/git/ansible/Personal/roles
collections_paths = /etc/ansible/collections
remote_tmp = /tmp/.ansible-${USER}/tmp
gathering = smart
gather_timeout = 30
fact_path = /etc/ansible/facts.d
fact_caching = jsonfile
fact_caching_connection = /etc/ansible/facts.d
fact_caching_timeout = 86400
retry_files_enabled = False
forks = 15
timeout = 30
host_key_checking = False
display_skipped_hosts = False
interpreter_python = auto_silent
bin_ansible_callbacks = True
callback_whitelist = yaml, timer, profile_tasks, profile_roles
command_warnings = False
deprecation_warnings = False
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey
# The following configuration is needed in order to install
# the official Ansible Tower collection which is a required
# dependancy of this set of plays and roles:
#
# [galaxy]
# server_list = automation_hub
#
#
# [galaxy_server.automation_hub]
# url = https://cloud.redhat.com/api/automation-hub/
# auth_url = https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
# token = <insert token from cloud.redhat.com here>