You've already forked www.ykn.fr
[INFO] Ajouter la pipeline et le playbook ansible
This commit is contained in:
27
.ansible/group_vars/all.yml
Normal file
27
.ansible/group_vars/all.yml
Normal 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
|
Reference in New Issue
Block a user