zen_dhcpd/ansible.cfg
Chris Hammer c2a146245a 0.1.44-DEV-20211001-114212
--------------------------
    * MODIFY:
      - ansible.cfg - now using our standard ansible.cfg

      - host_vars/10.10.10.93.yml - re-ip and re-mac of lab/dev env;
        prefix changed from 'lab-' to 'dev-'
2021-10-01 11:43:31 -04:00

41 lines
1.3 KiB
INI

[defaults]
inventory = /etc/ansible/hosts
roles_path = /etc/ansible/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>