Просмотр исходного кода

cleanup connection file

master
Markus Katharina Brechtel 6 лет назад
Родитель
Сommit
024e18c10a
2 измененных файлов: 5 добавлений и 1 удалений
  1. +1
    -0
      defaults/main.yaml
  2. +4
    -1
      templates/ansible.cfg.j2

+ 1
- 0
defaults/main.yaml Просмотреть файл

@@ -1,3 +1,4 @@
ansible_use_ara: false
ansible_use_mitogen: true
ansible_with_ovh_module: true
ansible_use_ssh_pipelining: true

+ 4
- 1
templates/ansible.cfg.j2 Просмотреть файл

@@ -15,6 +15,9 @@ retry_files_enabled = False
callback_plugins = {{ _ara_location.stdout }}/plugins/callbacks
{% endif %}

{% if not ansible_use_mitogen %}
[ssh_connection]
ssh_args = -o CheckHostIP=no -o StrictHostKeyChecking=yes
{% if ansible_use_ssh_pipelining %}
pipelining = True
{% endif %}
{% endif %}

Загрузка…
Отмена
Сохранить