Archived
1
0
This repository has been archived on 2022-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
www.ykn.fr/.ansible/group_vars/all.yml

28 lines
590 B
YAML

---
app_name: www.ykn.fr
app_url: https://{{ app_name }}/
gitea_api_base_url: https://gitea.ykn.fr/api/v1
gitea_api_repository: pulsar/www.ykn.fr
# BEGIN role_hugo
hugo_os: Linux
hugo_architecture: ARM64
hugo_latest_url: https://api.github.com/repos/gohugoio/hugo/releases/latest
hugo_version: 0.92.2
hugo_base_url: "{{ app_url }}"
hugo_binary_path: .
# END role_hugo
# BEGIN role_nginx
nginx_allowed_ips:
- 192.168.50.5
- fd00:ff50::d005
- 192.168.50.3
- fd00:ff50::d003
nginx_real_ips: "{{ nginx_allowed_ips }}"
nginx_vhosts:
- docroot: /var/www/www.ykn.fr
# END role_nginx