1
0
Fork 0
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:
A Holt 2017-10-26 22:44:06 -04:00 committed by GitHub
parent 18178f35cb
commit 8235710e63

View file

@ -3,22 +3,29 @@
- name: ...IS BEGINNING ============================================]
command: echo
- name: HOMEPAGE
include_role:
name: homepage
tags: base, homepage
- name: SSHD
include_role:
name: sshd
# has no "when: XXXXX_install" flag
tags: base, sshd
- name: OPENVPN
include_role:
name: openvpn
when: openvpn_install
tags: openvpn
- name: NETWORK
include_role:
name: network
# has no "when: XXXXX_install" flag
tags: base, network
# the above 3 have no "when: XXXXX_install" flag -- whereas the 5 below do
- name: HOMEPAGE
include_role:
name: homepage
# has no "when: XXXXX_install" flag
tags: base, homepage
- name: AUTHSERVER
include_role:
@ -26,11 +33,11 @@
when: authserver_install
tags: authserver
- name: OPENVPN
- name: CUPS
include_role:
name: openvpn
when: openvpn_install
tags: openvpn
name: cups
when: cups_install
tags: cups
- name: SAMBA
include_role:
@ -44,12 +51,6 @@
when: usb_lib_install
tags: usb-lib
- name: CUPS
include_role:
name: cups
when: cups_install
tags: cups
# this script can be sourced to get iiab location
- name: Create iiab.env file
template: src=roles/1-prep/templates/iiab.env.j2