~comcloudway/ansible-ccw.icu

3f7560cdaa9b4da5034c027acc4c1a44af1d51eb — Jakob Meier 1 year, 3 months ago 46472fe
Added READMEs to subprojects
3 files changed, 13 insertions(+), 0 deletions(-)

A group_vars/all/README.org
A roles/README.org
A roles/system/README.org
A group_vars/all/README.org => group_vars/all/README.org +2 -0
@@ 0,0 1,2 @@
* group_vars/all
Collection of commonly used / global variables

A roles/README.org => roles/README.org +5 -0
@@ 0,0 1,5 @@
* /roles
The roles in this folder are like modules,
and are used to set up specific parts of the system.

For example the base system and service that are running on the machine.

A roles/system/README.org => roles/system/README.org +6 -0
@@ 0,0 1,6 @@
* /roles/system
The system role/module contains scripts used to setup the base system.

Including a user, system repositories and docker.

This functions as a base dependency for every other role