Archived
1

[INFO] Ajouter la pipeline et le playbook ansible

This commit is contained in:
2022-11-09 17:54:55 +01:00
parent 2516cea2b5
commit d12e24a06f
6 changed files with 293 additions and 15 deletions

View File

@@ -0,0 +1,27 @@
---
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