feat: modify staging domain name
This commit is contained in:
parent
2bae64c40b
commit
f420f17929
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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|
|
||||
|
@ -1,5 +1,5 @@
|
||||
domain:
|
||||
name: ducamps-dev.eu
|
||||
name: ducamps.dev
|
||||
#systemd_mounts: []
|
||||
#systemd_mounts_enabled: []
|
||||
consul_bootstrap_expect: 2
|
||||
|
@ -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: ""
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user