25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [defaults]
- nocows = 1
- stdout_callback = skippy
-
- # 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
|