feat: add standalone playbook
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Setup machines
|
||||
hosts: all
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- base
|
||||
- users
|
||||
- security
|
||||
- docker
|
||||
# - backup
|
||||
Reference in New Issue
Block a user