mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-14 02:47:06 +00:00
1d20f0b007
WIP Make kitchen work for os familiy redhat Signed-off-by: szEvEz <szivos.john@gmail.com>
16 lines
552 B
INI
16 lines
552 B
INI
# 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]
|
|
ansible_managed = Ansible managed: {file} modified by {uid} on {host}
|
|
roles_path = /vagrant
|
|
collections_paths = /tmp/kitchen/collections
|
|
|
|
[ssh_connection]
|
|
scp_if_ssh = True
|