You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [defaults]
- nocows = 1
- stdout_callback = yaml
-
- # fix https://github.com/ansible/ansible/issues/20332
- remote_tmp = $HOME/.ansible/tmp
- local_tmp = $HOME/.ansible/tmp
-
- library = /usr/share/ansible/modules
-
- retry_files_enabled = False
-
- #callback_plugins = {#{{ ara_location.stdout }}#}/plugins/callbacks
-
- [ssh_connection]
- ssh_args = -o CheckHostIP=no -o StrictHostKeyChecking=yes
- pipelining = True
|