1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-02 07:16:06 +02:00
infrastructure/roles/archmanweb/defaults/main.yml
2021-01-11 00:01:15 +01:00

15 lines
582 B
YAML

---
archmanweb_dir: '/srv/http/archmanweb'
archmanweb_cache_dir: '{{ archmanweb_dir }}/cache'
archmanweb_domain: 'man.archlinux.org'
archmanweb_allowed_hosts: ["{{ archmanweb_domain }}"]
archmanweb_nginx_conf: '/etc/nginx/nginx.d/archmanweb.conf'
archmanweb_repository: 'https://gitlab.archlinux.org/archlinux/archmanweb.git'
archmanweb_version: deployment
#archmanweb_pgp_key: ['932BA3FA0C86812A32D1F54DAB5964AEB9FEDDDC'] # Jakub Klinkovský (lahwaacz)
archmanweb_forced_deploy: false
archmanweb_db: 'archmanweb'
archmanweb_db_host: 'localhost'
archmanweb_db_user: 'archmanweb'