mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #680 from holta/4-server-options
4-server-options explained more clearly (mandatory stuff might belong in 3-base-server)
This commit is contained in:
commit
d504b215fd
2 changed files with 5 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
4-server-options README
|
4-server-options README
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
Whereas the roles/tasks in 3-base-server are required, this 4th stage includes more optional roles/tasks for core server infra.
|
Whereas 3-base-server installs critical packages needed by all, this 4th stage installs a broad array of *options* -- depending on which server apps will be installed in later stages -- as specified in /opt/iiab/iiab/vars/local_vars.yml
|
||||||
|
|
||||||
It includes some networking fundamentals, before they're configured later on.
|
This includes some networking fundamentals, before they're configured later on.
|
||||||
|
|
||||||
As in the case of 2-common, 3-base-server and 5-xo-services: this stage installs core server infra, that is not user-facing.
|
As in the case of 2-common, 3-base-server and 5-xo-services: this stage installs core server infra, that is not user-facing.
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
- name: ...IS BEGINNING ==================================
|
- name: ...IS BEGINNING ==================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
|
# MANDATORY SO PERHAPS THIS BELONGS IN 3-BASE-SERVER ?
|
||||||
- name: SSHD
|
- name: SSHD
|
||||||
include_role:
|
include_role:
|
||||||
name: sshd
|
name: sshd
|
||||||
|
@ -41,6 +42,7 @@
|
||||||
# # has no "when: XXXXX_install" flag
|
# # has no "when: XXXXX_install" flag
|
||||||
# tags: base, network
|
# tags: base, network
|
||||||
|
|
||||||
|
# MANDATORY SO PERHAPS THIS BELONGS IN 3-BASE-SERVER ?
|
||||||
- name: HOMEPAGE
|
- name: HOMEPAGE
|
||||||
include_role:
|
include_role:
|
||||||
name: homepage
|
name: homepage
|
||||||
|
@ -77,6 +79,7 @@
|
||||||
when: usb_lib_install
|
when: usb_lib_install
|
||||||
tags: usb-lib
|
tags: usb-lib
|
||||||
|
|
||||||
|
# MANDATORY SO PERHAPS THIS BELONGS IN 3-BASE-SERVER ?
|
||||||
- name: Create a Python interface to iiab.env
|
- name: Create a Python interface to iiab.env
|
||||||
template:
|
template:
|
||||||
src: roles/1-prep/templates/iiab_env.py.j2
|
src: roles/1-prep/templates/iiab_env.py.j2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue