mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
network for iiab-stages console
This commit is contained in:
parent
dc513e9f97
commit
4bc1d6884f
2 changed files with 6 additions and 0 deletions
|
@ -16,3 +16,4 @@
|
|||
- { role: 7-edu-apps, tags: ['7-edu-apps'] }
|
||||
- { role: 8-mgmt-tools, tags: ['8-mgmt-tools'] }
|
||||
- { role: 9-local-addons, tags: ['9-local-addons'] }
|
||||
- { role: network, tags: ['network'] }
|
||||
|
|
|
@ -68,3 +68,8 @@
|
|||
name: 9-local-addons
|
||||
when: ansible_local.local_facts.stage|int < 9
|
||||
tags: 9-local-addons
|
||||
|
||||
- name: Network
|
||||
include_role:
|
||||
name: network
|
||||
tags: network
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue