summaryrefslogtreecommitdiff
path: root/inventory/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/hosts')
-rw-r--r--inventory/hosts46
1 files changed, 46 insertions, 0 deletions
diff --git a/inventory/hosts b/inventory/hosts
new file mode 100644
index 0000000..32dd07b
--- /dev/null
+++ b/inventory/hosts
@@ -0,0 +1,46 @@
+[ansible:vars]
+ansible_ssh_private_key_file = ~/.ssh/ansible
+
+[ansible:children]
+nginx
+nginx_clean
+isso
+fathom
+vault
+k8s_node
+k8s_master
+k8s_centos8
+postgresql
+docker_alpine_lxc
+
+[isso]
+isso.lxc
+
+[vault]
+vault.lxc
+
+[fathom]
+fathom.lxc
+
+[k8s_node]
+k8s-node1.lxc
+k8s-node2.lxc
+k8s-node3.lxc
+
+[k8s_master]
+k8s-master
+
+[k8s_centos8]
+k8s-centos8.lxc
+
+[docker_alpine_lxc]
+docker-alpine.lxc
+
+[nginx]
+nginx.lxc
+
+[nginx_clean]
+nginx-clean.lxc
+
+[postgresql]
+postgresql.lxc