mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Rework on Ansible config, this is now more universal
This commit is contained in:
5
ansible/host_vars/bde-nk20-beta.adh.crans.org.yml
Normal file
5
ansible/host_vars/bde-nk20-beta.adh.crans.org.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
note:
|
||||
server_name: note-beta.crans.org
|
||||
git_branch: beta
|
||||
cron_enabled: true
|
5
ansible/host_vars/bde-note.adh.crans.org.yml
Normal file
5
ansible/host_vars/bde-note.adh.crans.org.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
note:
|
||||
server_name: note.crans.org
|
||||
git_branch: master
|
||||
cron_enabled: true
|
5
ansible/host_vars/bde3-virt.adh.crans.org.yml
Normal file
5
ansible/host_vars/bde3-virt.adh.crans.org.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
note:
|
||||
server_name: note-dev.crans.org
|
||||
git_branch: beta
|
||||
cron_enabled: false
|
Reference in New Issue
Block a user