ansible/roles/users/tasks/main.yml

13 lines
286 B
YAML
Raw Normal View History

2022-08-30 14:43:41 +02:00
- name: setup user 'rilla'
include_tasks: rilla.yml
- name: setup user 'ansible'
include_tasks: ansible.yml
2022-08-30 15:06:40 +02:00
- name: setup user 'woodpecker'
include_tasks: ansible.yml
2022-08-30 14:43:41 +02:00
- name: commit user's home to alpine lbu
include_tasks: alpine.yml
when: ansible_distribution == "Alpine"