You've already forked ansible-awx-gitlab
initial commit
This commit is contained in:
21
ansible.cfg
Normal file
21
ansible.cfg
Normal file
@@ -0,0 +1,21 @@
|
||||
[defaults]
|
||||
inventory = inventories/production/hosts.ini
|
||||
roles_path = roles
|
||||
remote_user = ansible_svc
|
||||
host_key_checking = True
|
||||
retry_files_enabled = False
|
||||
interpreter_python = auto_silent
|
||||
vault_password_file = .vault_pass
|
||||
stdout_callback = default
|
||||
result_format = yaml
|
||||
forks = 5
|
||||
timeout = 30
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
become_method = sudo
|
||||
become_ask_pass = False
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey
|
||||
Reference in New Issue
Block a user