Introduce a blank template for roles.

This commit is contained in:
Tom Alexander
2022-10-11 22:01:06 -04:00
parent 322c5bc711
commit 8e5e91bbce
14 changed files with 40 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
- include_role:
name: per_user
- import_tasks: tasks/peruser_freebsd.yaml
when: 'os_flavor == "freebsd"'
- import_tasks: tasks/peruser_linux.yaml
when: 'os_flavor == "linux"