From d8b27661a06aa80ed711b8ea258f3665bfe7e602 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 19 Jan 2020 22:01:22 -0500 Subject: inventory/hosts: Add inventory --- inventory/hosts | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 inventory/hosts 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 -- cgit v1.2.3