You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/ansible.cfg

18 lines
312 B
INI

[defaults]
ask_vault_pass = True
roles_path = ./roles
retry_files_enabled = False
inventory = ./hosts
filter_plugins = ./filter_plugins
ansible_managed = Ansible managed, modified on %Y-%m-%d %H:%M:%S
nocows = 1
forks = 15
timeout = 60
remote_user = root
[diff]
always = yes
[ssh_connection]
pipelining = True