public-health-ch/ansible/roles/dev-sec.os-hardening/ansible.cfg

17 lines
564 B
INI
Raw Permalink Normal View History

2017-04-24 12:22:51 +00:00
# config file for ansible -- http://ansible.com/
# ==============================================
# nearly all parameters can be overridden in ansible-playbook
# or with command line flags. ansible will read ANSIBLE_CONFIG,
# ansible.cfg in the current working directory, .ansible.cfg in
# the home directory or /etc/ansible/ansible.cfg, whichever it
# finds first
[defaults]
2018-12-17 12:50:15 +00:00
ansible_managed = Ansible managed: {file} modified by {uid} on {host}
2017-04-24 12:22:51 +00:00
# additional paths to search for roles in, colon separated
roles_path = ../
2018-12-17 12:50:15 +00:00
[ssh_connection]
scp_if_ssh = True