mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
move pylib.yml to own role
This commit is contained in:
parent
31ddfd8f39
commit
6acb9b5acd
6 changed files with 4 additions and 2 deletions
|
@ -6,8 +6,6 @@
|
||||||
- name: Create IIAB directory structure ("file layout")
|
- name: Create IIAB directory structure ("file layout")
|
||||||
include_tasks: fl.yml
|
include_tasks: fl.yml
|
||||||
|
|
||||||
- include_tasks: pylib.yml
|
|
||||||
|
|
||||||
- include_tasks: centos.yml
|
- include_tasks: centos.yml
|
||||||
when: ansible_distribution == "CentOS"
|
when: ansible_distribution == "CentOS"
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,10 @@
|
||||||
path: "{{ iiab_state_file }}"
|
path: "{{ iiab_state_file }}"
|
||||||
state: touch
|
state: touch
|
||||||
|
|
||||||
|
- name: Install IIAB's python libs
|
||||||
|
include_role:
|
||||||
|
name: pylibs
|
||||||
|
|
||||||
- name: Install named / BIND
|
- name: Install named / BIND
|
||||||
include_tasks: roles/network/tasks/named.yml
|
include_tasks: roles/network/tasks/named.yml
|
||||||
when: named_install | bool
|
when: named_install | bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue