2017-05-27 18:09:50 +00:00
|
|
|
dependencies:
|
2017-10-05 18:15:51 +00:00
|
|
|
- { role: home-page, tags: ['home-page'] }
|
2017-05-27 18:09:50 +00:00
|
|
|
- { role: sshd, tags: ['services','sshd','base'] }
|
2017-09-11 16:40:38 +00:00
|
|
|
- { role: network, tags: ['services','base','network'] }
|
2017-05-27 18:09:50 +00:00
|
|
|
- { role: postgresql, tags: ['services','postgresql','base'], when: postgresql_install }
|
|
|
|
- { role: authserver, tags: ['services','authserver','base'], when: authserver_install }
|
|
|
|
- { role: openvpn, tags: ['options','openvpn'], when: openvpn_install }
|
|
|
|
- { role: samba, tags: ['services','samba','options'], when: samba_install }
|
|
|
|
- { role: usb-lib, tags: ['services','usb-lib','options'], when: usb_lib_install }
|
|
|
|
- { role: cups, tags: ['services','cups','options'], when: cups_install }
|