mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Release Cleanup of validate_vars, default_vars, local_vars, Stages 0-4, SSHD
This commit is contained in:
parent
dbd1f37e74
commit
ac22723b43
15 changed files with 145 additions and 66 deletions
|
|
@ -16,10 +16,13 @@
|
|||
- name: Install pylibs (IIAB's python libs)
|
||||
include_role:
|
||||
name: pylibs
|
||||
#when: pylibs_install | bool # Flag might be created in future?
|
||||
|
||||
# Also run roles/1-prep/tasks/main.yml as required by OpenVPN.
|
||||
- name: SSHD
|
||||
include_role:
|
||||
name: sshd
|
||||
when: sshd_install | bool
|
||||
|
||||
- name: Install named / BIND
|
||||
include_tasks: roles/network/tasks/named.yml
|
||||
|
|
@ -60,6 +63,7 @@
|
|||
- name: WWW_OPTIONS (WWW_BASE should have been installed earlier)
|
||||
include_role:
|
||||
name: www_options
|
||||
#when: www_options_install | bool # Flag might be created in future?
|
||||
|
||||
- name: Recording STAGE 4 HAS COMPLETED ==================
|
||||
lineinfile:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue