ansible-role-htpasswd/tasks/main.yml
2018-09-12 04:16:33 +02:00

9 lines
206 B
YAML

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