Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

47 lignes
1.7 KiB

  1. [defaults]
  2. stdout_callback = yaml
  3. stderr_callback = debug
  4. #stdout_callback = debug
  5. display_failed_stderr = no
  6. display_ok_hosts = yes
  7. display_skipped_hosts = yes
  8. show_custom_stats = yes
  9. display_args_to_stdout = yes
  10. show_per_host_start = true
  11. retry_files_enabled = true
  12. host_key_checking = False
  13. pipelining = True
  14. #handler_includes_static = True
  15. callback_plugins = plugins/callback_plugins
  16. connection_plugins = plugins/ansible_mitogen/plugins/connection
  17. #allow_world_readable_tmpfiles = true
  18. log_path=ansible.log
  19. cache_plugin=yaml
  20. fact_caching_prefix = None
  21. fact_caching_timeout = 86400
  22. fact_caching_connection = .cache/
  23. forks = 10
  24. action_plugins = ~/.ansible/collections:plugins/ansible_mitogen/plugins/action
  25. strategy_plugins = ~/.ansible/collections:plugins/ansible_mitogen/plugins/strategy
  26. collections_path = ~/.ansible/collections:/usr/share/ansible/collections:/etc/ansible/collections
  27. strategy = mitogen_linear
  28. gather_timeout = 60
  29. timeout = 90
  30. connect_timeout= 60
  31. interpreter_python = /usr/bin/python3
  32. [inventory]
  33. cache=True
  34. [ssh_connection]
  35. # use to benchmark ssh ciphers
  36. ## for i in `ssh -Q cipher`; do dd if=/dev/zero bs=1M count=1000 2> /dev/null | ssh -c $i localhost "(time -p cat) > /dev/null" 2>&1 | grep real | awk '{print "'$i': "1000 / $2" MB/s" }'; done
  37. ssh_args = -o ControlPath=~/.ansible/%h%p%r -o ControlMaster=Auto -o KbdInteractiveAuthentication=no -o TCPKeepAlive=yes -o ForwardAgent=yes -o ControlPersist=300s -c aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,chacha20-poly1305@openssh.com -o PreferredAuthentications=publickey -o PasswordAuthentication=no
  38. retries=4
  39. [paramiko]
  40. record_host_keys=False
  41. [galaxy]
  42. server = https://old-galaxy.ansible.com/