Carica file su 'ansible'

This commit is contained in:
2022-07-07 21:48:32 +00:00
parent d87c141669
commit 0faafb560b
5 changed files with 100 additions and 0 deletions

13
ansible/ansible.cfg Normal file
View File

@@ -0,0 +1,13 @@
# Since Ansible 2.12 (core):
# To generate an example config file (a "disabled" one with all default settings, commented out):
# $ ansible-config init --disabled > ansible.cfg
#
# Also you can now have a more complete file by including existing plugins:
# ansible-config init --disabled -t all > ansible.cfg
# For previous versions of Ansible you can check for examples in the 'stable' branches of each version
# Note that this file was always incomplete and lagging changes to configuration settings
# for example, for 2.9: https://github.com/ansible/ansible/blob/stable-2.9/examples/ansible.cfg
[defaults]
host_key_checking = false