Initial commit

This commit is contained in:
nd 2018-09-12 04:16:33 +02:00
commit f727f839e9
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
3 changed files with 24 additions and 0 deletions

9
tasks/main.yml Normal file
View file

@ -0,0 +1,9 @@
- name: install python requirements
apt:
pkg: python-passlib
- name: generate passwordfile
with_items: "{{ htpasswdfile }}"
loop_control:
loop_var: passfile
include_tasks: htpasswdfile.yml