summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-19 22:01:22 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-19 22:01:22 -0500
commitd8b27661a06aa80ed711b8ea258f3665bfe7e602 (patch)
tree460078d25fbd00531f37aa532e9bb1d59622c2e5 /inventory
parent6c27eec9228840f7d9eb4b59d66dc56f1a9b8b50 (diff)
downloadplaybooks-d8b27661a06aa80ed711b8ea258f3665bfe7e602.tar.gz
playbooks-d8b27661a06aa80ed711b8ea258f3665bfe7e602.tar.bz2
playbooks-d8b27661a06aa80ed711b8ea258f3665bfe7e602.zip
inventory/hosts: Add inventory
Diffstat (limited to 'inventory')
-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