diff options
| author | 2023-08-13 14:59:36 +0100 | |
|---|---|---|
| committer | 2023-08-13 15:54:03 +0100 | |
| commit | 431585b5256a0d08f4f3c33122465a88a93ddcb1 (patch) | |
| tree | 4cc41cda81655332fa467e6c9c85d1ee9c35b90e /local_testing/hosts.yaml | |
| parent | Serve static files from Turing (#116) (diff) | |
Move all ansible files to their own folder
Diffstat (limited to 'local_testing/hosts.yaml')
| -rw-r--r-- | local_testing/hosts.yaml | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/local_testing/hosts.yaml b/local_testing/hosts.yaml deleted file mode 100644 index d1759a3..0000000 --- a/local_testing/hosts.yaml +++ /dev/null @@ -1,56 +0,0 @@ -all: - hosts: - hopper: - ansible_host: 192.168.56.2 - ip: 192.168.56.2 - access_ip: 192.168.56.2 - lovelace: - ansible_host: 192.168.56.3 - ip: 192.168.56.3 - access_ip: 192.168.56.3 - neumann: - ansible_host: 192.168.56.4 - ip: 192.168.56.4 - access_ip: 192.168.56.4 - ritchie: - 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: - kube_control_plane: - hosts: - hopper: - turing: - kube_node: - hosts: - hopper: - turing: - lovelace: - neumann: - ritchie: - etcd: - hosts: - hopper: - turing: - lovelace: - k8s_cluster: - children: - kube_control_plane: - kube_node: - calico_rr: - hosts: {} - podman: - hosts: - turing: - lovelace: - hopper: - ritchie: - nginx: - hosts: - turing: - ritchie: - neumann: |