ansible_init #3

Merged
sinibaldi merged 41 commits from ansible_init into main 2025-11-11 14:37:30 +01:00
1 changed files with 8 additions and 2 deletions
Showing only changes of commit 4ab24ab52c - Show all commits

View File

@ -12,14 +12,15 @@ Roles define set of Tasks.
## Playbooks
Launch playbooks from present folder in order to use [default config file](ansible.cfg).
**Site** playbook launches them all.
**Bootstrap** is to be run first on new installations.
### Site
This playbook recalls all the following playbooks in the stated order.
##### Nodes
Basic checks connectivity for **all**
@ -30,6 +31,11 @@ Basic checks connectivity for **all**
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
### Main Lab