aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/local_testing
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-07-06 15:37:34 +0200
committerGravatar Johannes Christ <[email protected]>2024-07-22 19:01:01 +0200
commit2be26a4d811e970764ec32a493fc7d3b2f939f1a (patch)
treeb51df941760cdb71a550692f1bd9696f83cd4617 /ansible/local_testing
parentDisable DNS proxying via CF (diff)
Remove deployments on turing
Files of the webserver have been migrated over.
Diffstat (limited to 'ansible/local_testing')
-rw-r--r--ansible/local_testing/README.md1
-rw-r--r--ansible/local_testing/Vagrantfile12
-rw-r--r--ansible/local_testing/hosts.yaml6
3 files changed, 1 insertions, 18 deletions
diff --git a/ansible/local_testing/README.md b/ansible/local_testing/README.md
index ee91163..2011dab 100644
--- a/ansible/local_testing/README.md
+++ b/ansible/local_testing/README.md
@@ -55,7 +55,6 @@ vms:
- lovelace: 192.168.56.3
- neumann: 192.168.56.4
- richie: 192.168.56.5
-- turing: 192.168.56.6
```
diff --git a/ansible/local_testing/Vagrantfile b/ansible/local_testing/Vagrantfile
index 30e6a9e..3a9cf20 100644
--- a/ansible/local_testing/Vagrantfile
+++ b/ansible/local_testing/Vagrantfile
@@ -82,16 +82,4 @@ Vagrant.configure("2") do |config|
v.memory = 2048
end
end
-
- config.vm.define "turing" do |turing|
- turing.vm.hostname = "turing"
- turing.vm.network "private_network", ip: "192.168.56.6",
- virtualbox__intnet: true
- turing.vm.synced_folder '.', '/vagrant', disabled: true
-
- turing.vm.provider "virtualbox" do |v|
- v.name = "pydis_turing"
- v.memory = 2048
- end
- end
end
diff --git a/ansible/local_testing/hosts.yaml b/ansible/local_testing/hosts.yaml
index e7f36cc..e9a9b47 100644
--- a/ansible/local_testing/hosts.yaml
+++ b/ansible/local_testing/hosts.yaml
@@ -16,14 +16,10 @@ all:
ansible_host: 192.168.56.5
ip: 192.168.56.5
access_ip: 192.168.56.5
- turing:
- ansible_host: 192.168.56.6
- ip: 192.168.56.6
- access_ip: 192.168.56.6
children:
nginx:
hosts:
- turing:
+ lovelace:
databases:
hosts:
lovelace: