Bootstrap and ansible.cfg usage
This commit is contained in:
parent
6ccdfe3089
commit
4ab24ab52c
|
|
@ -12,14 +12,15 @@ Roles define set of Tasks.
|
||||||
|
|
||||||
## Playbooks
|
## Playbooks
|
||||||
|
|
||||||
|
Launch playbooks from present folder in order to use [default config file](ansible.cfg).
|
||||||
|
|
||||||
**Site** playbook launches them all.
|
**Site** playbook launches them all.
|
||||||
**Bootstrap** is to be run first on new installations.
|
**Bootstrap** is to be run first on new installations.
|
||||||
|
|
||||||
|
|
||||||
### Site
|
### Site
|
||||||
This playbook recalls all the following playbooks in the stated order.
|
This playbook recalls all the following playbooks in the stated order.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##### Nodes
|
##### Nodes
|
||||||
Basic checks connectivity for **all**
|
Basic checks connectivity for **all**
|
||||||
|
|
||||||
|
|
@ -30,6 +31,11 @@ Basic checks connectivity for **all**
|
||||||
Installs Nextcloud AIO using SSE Lab / dockerized / nextcloud-aio
|
Installs Nextcloud AIO using SSE Lab / dockerized / nextcloud-aio
|
||||||
|
|
||||||
|
|
||||||
|
### Bootstrap ###
|
||||||
|
Creates sudoer user ansible, necessitates of sudoer user.
|
||||||
|
Use `ansible-playbook -i inventories playbooks/bootstrap.yml -l [TARGET_HOST] -e 'ansible_user=[REMOTE_USER]' -K`
|
||||||
|
|
||||||
|
|
||||||
## Inventories
|
## Inventories
|
||||||
|
|
||||||
### Main Lab
|
### Main Lab
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue