Initial ansible onboard
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- name: Include role manage_users
|
||||
ansible.builtin.include_role:
|
||||
name: manage_users
|
||||
Reference in New Issue
Block a user