forked from ansible-lockdown/RHEL9-CIS
Initial
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
commit
a54b5216eb
87 changed files with 7693 additions and 0 deletions
24
ansible.cfg
Normal file
24
ansible.cfg
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[defaults]
|
||||
host_key_checking=False
|
||||
display_skipped_hosts=True
|
||||
system_warnings=False
|
||||
command_warnings=False
|
||||
nocows=1
|
||||
retry_files_save_path=/dev/null
|
||||
library=~/.ansible/plugins/modules:/usr/share/ansible/plugins/modules:./library
|
||||
|
||||
[privilege_escalation]
|
||||
|
||||
[paramiko_connection]
|
||||
record_host_keys=False
|
||||
|
||||
[ssh_connection]
|
||||
transfer_method=scp
|
||||
|
||||
[accelerate]
|
||||
|
||||
[selinux]
|
||||
|
||||
[colors]
|
||||
|
||||
[diff]
|
||||
Loading…
Add table
Add a link
Reference in a new issue