mirror of https://dev.ccchb.de/ccchb/ansible.git
7 lines
84 B
YAML
7 lines
84 B
YAML
|
---
|
||
|
- hosts: debian frab
|
||
|
become: yes
|
||
|
tags: [user_mgmt]
|
||
|
roles:
|
||
|
- user_mgmt
|