initial upload
This commit is contained in:
19
ansible.cfg
Normal file
19
ansible.cfg
Normal file
@@ -0,0 +1,19 @@
|
||||
[defaults]
|
||||
inventory = ./inventory
|
||||
roles_path = roles
|
||||
timeout = 10
|
||||
private_key_file = ~/.ssh/id_rsa
|
||||
interpreter_python = auto_silent
|
||||
ansible_managed = ANSIBLE deployed. DO NOT EDIT!!!
|
||||
|
||||
[inventory]
|
||||
enable_plugins = host_list, script, auto, yaml, ini, toml
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey,keyboard-interactive -o ControlMaster=auto -o ControlPersist=60s
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
become_method = sudo
|
||||
become_user = root
|
||||
become_ask_pass = True
|
||||
Reference in New Issue
Block a user