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/examples/ansible.cfg

6 lines
292 B
INI

# 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