ansible-role-htpasswd/tasks/main.yml
2021-08-17 02:07:18 +02:00

10 lines
213 B
YAML

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