Ansible Configuration

From NovaOrdis Knowledge Base
Revision as of 07:53, 12 December 2019 by Ovidiu (talk | contribs) (Created page with "=Internal= * Ansible =ansible.cfg= 'ansible.cfg' contains configuration defaults. It can be placed in the following locations: * /etc/ansible/ansible.c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

ansible.cfg

'ansible.cfg' contains configuration defaults. It can be placed in the following locations:

  • /etc/ansible/ansible.cfg
  • ~/.ansible.cfg
  • the directory that contains the playbook

SSH Host Key Authenticity Checking

In ansible.cfg:

[defaults]
...
host_key_checking=False