You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
376 B

---
- hosts: debiantest
gather_facts: yes
vars_files:
- ./test_vars.yml
pre_tasks:
- name: Add dummy users
user:
name: "{{ item.username }}"
state: present
password: $6$LqIjU1/Cd$Uou/9gTKyP/qPHnI0EWcuUYg.7DsI9zNOTeDUWk8pH7/.ncgZGwIGXupGRxPNtqw/w6p/6Ls84Bddvfu3D9p9/
with_items: "{{ zsh_chic.users }}"
roles:
- zsh_chic