History rewrite
This commit is contained in:
11
ansible/main.yml
Normal file
11
ansible/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- become: "yes"
|
||||
become_method: sudo
|
||||
debugger: never
|
||||
gather_facts: "yes"
|
||||
hosts: all
|
||||
roles:
|
||||
- base
|
||||
- users
|
||||
- configure
|
||||
- clean
|
||||
Reference in New Issue
Block a user