Audit more variables, move some into playbooks

This commit is contained in:
Salt 2020-06-24 07:20:06 -05:00
parent e20dae4643
commit 83319fa187
3 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,6 @@ gitea_mysql_password: !vault |
3933353234613430373930663832643934613233383635613433
gitea_app_name: "9iron Gitea"
gitea_disable_registration: "false"
gitea_root_directory: "/cold/gitea-repositories/"
gitea_url: "git.9iron.club"
gitea_admin_username: "salt"
gitea_admin_email: "rehashedsalt@cock.li"

View File

@ -1,5 +1,4 @@
#!/usr/bin/ansible-playbook
# vim:ft=ansible:
backups_outdir: "/cold/backups"
ssl_protocol: "all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1"
ssl_cipher_suite: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256"

View File

@ -19,6 +19,8 @@
- role: dokuwiki
tags: [ web, dokuwiki ]
- role: gitea
vars:
gitea_root_directory: "/cold/gitea-repositories/"
tags: [ web, gitea ]
- role: grafana
tags: [ web, grafana ]