mg
d2f11ddd1d
Rolle neu base_timezone --> ntp_timezone Doku mgrote.set_timezone --> mgrote.ntp Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#14 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
6 lines
190 B
YAML
6 lines
190 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- { role: mgrote.ntp, tags: "ntp" }
|
|
- { role: mgrote.restic, tags: "restic" }
|
|
- { role: ryandaniels.create_users, tags: "user", become: yes }
|