소스 검색

ansible 2.4 syntax

master
부모
커밋
3a3fdec906
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. +5
    -5
      tasks/main.yml

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

@@ -1,16 +1,16 @@
---

- include: setup_Debian.yml
- include_tasks: setup_Debian.yml

- include: ara.yml
- include_tasks: ara.yml

- include: connection_plugin_lxc_ssh.yml
- include_tasks: connection_plugin_lxc_ssh.yml

- include: ovh_module.yml
- include_tasks: ovh_module.yml

- name: ansible config
template:
src: ansible.cfg.j2
dest: /etc/ansible/ansible.cfg

- include: roles.yml
- include_tasks: roles.yml

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