Update ansible/dns.yml, ansible/main.yml, ansible/update.yml, ansible/ansible.cfg, ansible/hosts.ini, ansible/ansible.pub, ansible/requirements.yml, .gitlab-ci.yml
This commit is contained in:
16
ansible/ansible.cfg
Normal file
16
ansible/ansible.cfg
Normal file
@@ -0,0 +1,16 @@
|
||||
[defaults]
|
||||
inventory = ./hosts.ini
|
||||
roles_path = ../roles
|
||||
become = True
|
||||
host_key_checking = False
|
||||
host_key_check = False
|
||||
remote_user = administrator
|
||||
pipelining = True
|
||||
nocows = True
|
||||
remote_tmp = ~/.ansible/tmp
|
||||
local_tmp = ~/.ansible/tmp
|
||||
deprecation_warnings = False
|
||||
callback_whitelist = profile_tasks
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o UserKnownHostsFile=/dev/null -i ansible
|
||||
Reference in New Issue
Block a user