feat: modify staging domain name

This commit is contained in:
vincent 2024-02-13 20:24:42 +01:00
parent 2bae64c40b
commit f420f17929
6 changed files with 6 additions and 6 deletions

2
Vagrantfile vendored
View File

@ -3,7 +3,7 @@ Vagrant.configure('2') do |config|
config.cache.scope = 'machine'
end
config.vm.provider :libvirt do |libvirt|
libvirt.management_network_domain = "ducamps-dev.eu"
libvirt.management_network_domain = "lan.ducamps.dev"
end
config.vm.define "oscar-dev" do |c|

View File

@ -1,5 +1,5 @@
domain:
name: ducamps-dev.eu
name: ducamps.dev
#systemd_mounts: []
#systemd_mounts_enabled: []
consul_bootstrap_expect: 2

View File

@ -2,7 +2,7 @@
default_interface: eth0
vault_iface: "{{ default_interface}}"
ansible_host: gerard-dev.ducamps-dev.eu
ansible_host: gerard-dev.lan.ducamps.dev
wireguard_address: "10.0.1.6/24"
perrsistent_keepalive: "20"
wireguard_endpoint: ""

View File

@ -1,6 +1,6 @@
---
ansible_host: merlin-dev.ducamps-dev.eu
ansible_host: merlin-dev.lan.ducamps.dev
default_interface: eth0
vault_iface: "{{ default_interface}}"
wireguard_address: "10.0.1.4/24"

View File

@ -1,5 +1,5 @@
---
ansible_host: nas-dev.ducamps-dev.eu
ansible_host: nas-dev.lan.ducamps.dev
default_interface: eth0
vault_iface: "{{ default_interface}}"
wireguard_address: "10.0.1.8/24"

View File

@ -1,5 +1,5 @@
---
ansible_host: oscar-dev.ducamps-dev.eu
ansible_host: oscar-dev.lan.ducamps.dev
default_interface: eth0
vault_iface: "{{ default_interface}}"
wireguard_address: "10.0.1.2/24"