- 20 Apr, 2020 17 commits
-
-
-
-
Loïc Dachary authored
openvpn fixes after production tests Closes #159, #161, and #160 See merge request main/infrastructure!172
-
Fixes: main/infrastructure#163
-
-
Because enough host create needs the inventory to create the hosts for molecule and it will not look into the inventory directory
-
-
Fixes: main/infrastructure#159
-
Fixes: main/infrastructure#161
-
In case the hostname is not what it should be, otherwise the DNS will be set with the incorrect hostname. Fixes: main/infrastructure#160
-
-
Fixes: main/infrastructure#162
-
-
Loïc Dachary authored
openvpn: create master / client playbook Closes #157 See merge request main/infrastructure!171
-
Fixes: main/infrastructure#157
-
-
-
- 19 Apr, 2020 6 commits
-
-
-
Loïc Dachary authored
certificate: install letsencrypt certificates over existing ones See merge request main/infrastructure!170
-
Fixes: main/infrastructure#158
-
-
-
-
- 18 Apr, 2020 13 commits
-
-
-
Loïc Dachary authored
avoid eth0 / eth1 conflicts See merge request main/infrastructure!169
-
eth0 is configured with dhclient twice: * /etc/network/interfaces * /etc/network/interfaces.d/50-cloud-init.cfg Keep the /etc/network/interfaces.d/50-cloud-init.cfg
-
So that a default gateway does is not added when / if eth1 shows before eth0 does. If a default gateway is present when eth0 shows, it will not be replaced. The default gateway provided by eth0 is always what we want, even when eth1 is present.
-
Loïc Dachary authored
enough: deprecate the API to create a hosting Closes #147 See merge request main/infrastructure!168
-
Fixes: main/infrastructure#147
-
Loïc Dachary authored
enough: always create an internal network Closes #156 See merge request main/infrastructure!167
-
because it is already installed before the desired nodejs repository is set and is therefore the default version from debian
-
-
-
Fixes: main/infrastructure#155
-
Fixes: main/infrastructure#152
-
There is no cost in having it when it's not necessary. And it is convenient when a host does not need a public IP. Fixes: #156
-
- 16 Apr, 2020 4 commits
-
-
Loïc Dachary authored
enough: service now rely on hosts.yml when possible Closes #153 See merge request main/infrastructure!166
-
Fixes: main/infrastructure#153
-
Loïc Dachary authored
enough: the subnet can provide routes, deal with it See merge request main/infrastructure!165
-
-