ansible-role-htpasswd/tasks/main.yml
2020-04-18 15:23:32 +02:00

11 lines
234 B
YAML

- name: install python requirements
apt:
pkg:
- python-passlib
- python3-passlib
- name: generate passwordfile
with_items: "{{ htpasswdfile }}"
loop_control:
loop_var: passfile
include_tasks: htpasswdfile.yml