mirror of
https://github.com/jamieahelmke/ansible-quickstart.git
synced 2026-01-02 14:42:11 +01:00
Initial commit
This commit is contained in:
7
ansible/ansible.cfg
Normal file
7
ansible/ansible.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
[defaults]
|
||||
inventory = ./ansible/inventory/hosts.ini
|
||||
roles_path = ./ansible/roles
|
||||
collections_paths = ./ansible/lib/collections
|
||||
host_key_checking = False
|
||||
retry_files_enabled = False
|
||||
stdout_callback = yaml
|
||||
Reference in New Issue
Block a user