feat: add basic setup playbook
This commit is contained in:
parent
a25d5884ce
commit
5ca07cf48d
4 changed files with 71 additions and 49 deletions
|
|
@ -1,35 +1 @@
|
|||
homelab:
|
||||
vars:
|
||||
ansible_become_method: doas
|
||||
children:
|
||||
docker:
|
||||
|
||||
storage:
|
||||
children: s3
|
||||
|
||||
s3:
|
||||
vars:
|
||||
ansible_become_method: doas
|
||||
hosts:
|
||||
10.0.10.160
|
||||
|
||||
docker:
|
||||
vars:
|
||||
robo_allowed_commands:
|
||||
- "docker system dial-stdio"
|
||||
children:
|
||||
docker_managers:
|
||||
docker_workers:
|
||||
|
||||
docker_managers:
|
||||
hosts:
|
||||
10.0.10.50:
|
||||
|
||||
docker_workers:
|
||||
hosts:
|
||||
10.0.10.51:
|
||||
node_labels:
|
||||
services_kind: projects
|
||||
10.0.10.52:
|
||||
node_labels:
|
||||
services_kind: common
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue