ansible.md 798 B


title: Ansible breadcrumbs:

  • title: Configuration
  • title: Automation --- {% include header.md %}

Resources

General Networking

Cisco

Configuration

Example /etc/ansible/ansible.cfg:

[defaults]
# Change to "auto" if this path causes problems
interpreter_python = /usr/bin/python3
host_key_checking = false

{% include footer.md %}