From c34aa58329cf9d9cb7d145a0ab46aa1450bd1dbf Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Mon, 20 Jul 2020 02:08:40 -0400 Subject: inventory/hosts: Cleanup --- inventory/hosts | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/inventory/hosts b/inventory/hosts index 7292459..c545af6 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -16,11 +16,28 @@ k8s_centos8 postgresql health_checks docker_registry +gitea mkdocs +paperless + +[mobile:vars] +ansible_ssh_private_key_file = ~/.ssh/mobile + +[mobile:children] +local test +[local] +localhost + +[gitea] +192.168.1.200 + +[paperless] +192.168.1.206 + [test] -test.lxc +thedroneely.com [isso] isso.lxc -- cgit v1.2.3