diff options
Diffstat (limited to 'ansible/local_testing')
| -rw-r--r-- | ansible/local_testing/README.md | 1 | ||||
| -rw-r--r-- | ansible/local_testing/Vagrantfile | 12 | ||||
| -rw-r--r-- | ansible/local_testing/hosts.yaml | 6 |
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: |