Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

ansible.cfg.j2 402B

7 år sedan
7 år sedan
6 år sedan
7 år sedan
1234567891011121314151617
  1. [defaults]
  2. nocows = 1
  3. stdout_callback = yaml
  4. # fix https://github.com/ansible/ansible/issues/20332
  5. remote_tmp = $HOME/.ansible/tmp
  6. local_tmp = $HOME/.ansible/tmp
  7. library = /usr/share/ansible/modules
  8. retry_files_enabled = False
  9. #callback_plugins = {#{{ ara_location.stdout }}#}/plugins/callbacks
  10. [ssh_connection]
  11. ssh_args = -o CheckHostIP=no -o StrictHostKeyChecking=yes
  12. pipelining = True