Create a pages user for user with status checks
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user