소스 검색

disable ara

master
부모
커밋
b68d1f4fa0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      tasks/main.yml
  2. +1
    -1
      templates/ansible.cfg.j2

+ 1
- 1
tasks/main.yml 파일 보기

@@ -2,7 +2,7 @@

- include_tasks: setup_Debian.yml

- include_tasks: ara.yml
#- include_tasks: ara.yml

- include_tasks: connection_plugin_lxc_ssh.yml



+ 1
- 1
templates/ansible.cfg.j2 파일 보기

@@ -10,7 +10,7 @@ library = /usr/share/ansible/modules

retry_files_enabled = False

#callback_plugins = {{ ara_location.stdout }}/plugins/callbacks
#callback_plugins = {#{{ ara_location.stdout }}#}/plugins/callbacks

[ssh_connection]
ssh_args = -o CheckHostIP=no -o StrictHostKeyChecking=yes


불러오는 중...
취소
저장