gather_facts
This commit is contained in:
12
ansible.cfg
Normal file
12
ansible.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
[defaults]
|
||||
inventory = inventory.yml
|
||||
interpreter_python = auto_silent
|
||||
nocows = 1
|
||||
timeout= 60
|
||||
force_valid_group_names = ignore
|
||||
#private_key_file = ~/.ssh/id_ed25519
|
||||
private_key_file = ~/.ssh/id_rsa
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o StrictHostKeyChecking=no
|
||||
|
||||
Reference in New Issue
Block a user