mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
08a746cd06
commit
8555f7ee95
1 changed files with 2 additions and 3 deletions
|
@ -6,21 +6,20 @@
|
|||
- name: HOMEPAGE
|
||||
include_role:
|
||||
name: homepage
|
||||
# when: homepage_install
|
||||
tags: homepage
|
||||
|
||||
- name: SSHD
|
||||
include_role:
|
||||
name: sshd
|
||||
# when: sshd_install
|
||||
tags: base, sshd
|
||||
|
||||
- name: NETWORK
|
||||
include_role:
|
||||
name: network
|
||||
# when: network_install
|
||||
tags: base, network
|
||||
|
||||
# the above 3 have no XXXXX_intall flag -- whereas the 5 below do
|
||||
|
||||
- name: AUTHSERVER
|
||||
include_role:
|
||||
name: authserver
|
||||
|
|
Loading…
Add table
Reference in a new issue