feat: add basic user setup playbook
This commit is contained in:
parent
1fb19fde53
commit
69eec58257
4 changed files with 127 additions and 0 deletions
5
playbooks/bootstrap.yaml
Normal file
5
playbooks/bootstrap.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Boostrap server
|
||||
hosts: all
|
||||
roles:
|
||||
- remote_env
|
||||
Loading…
Add table
Add a link
Reference in a new issue