Create a pages user for user with status checks

This commit is contained in:
Jake Howard
2022-01-29 22:18:07 +00:00
parent a5d9463f80
commit b91072b0da
2 changed files with 19 additions and 0 deletions

View File

@ -40,3 +40,11 @@
password: "{{ github_user_password }}"
mode: 0640
become: true
- name: Create status user
htpasswd:
path: /opt/pages/htpasswd.txt
name: status
password: "{{ status_user_password }}"
mode: 0640
become: true