add secrets

This commit is contained in:
ace
2023-03-02 21:32:58 +03:00
parent 92ade8ec55
commit 8b31b52dc3
4 changed files with 28 additions and 1 deletions

View File

@ -11,6 +11,9 @@
- include_tasks: passwords.yaml
loop: "{{ default_accounts }}"
- include_tasks: secrets.yaml
loop: "{{ secret_keys }}"
- include_tasks: htpasswd.yaml
loop: "{{ htpasswd_accounts }}"