This repository has been archived on 2023-05-19. You can view files and clone it, but cannot push or open issues or pull requests.
skylab-ansible/ansible.cfg
2021-12-28 00:27:46 -05:00

11 lines
238 B
INI

[defaults]
host_key_checking = false
collections_path = .ansible
inventory = inventory.yaml
[ssh_connection]
ssh_args = "-o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes"
[inventory]
enable_plugins = ansible.builtin.yaml