From 31979537961804a28f2ac87f142168bf42e8ab71 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 21 Dec 2020 17:11:38 +0000 Subject: [PATCH] Provision PVE and ingress VM --- ansible/host_vars/ingress.yml | 1 + ansible/host_vars/pve.yml | 1 + ansible/hosts | 5 +++++ 3 files changed, 7 insertions(+) create mode 100644 ansible/host_vars/ingress.yml create mode 100644 ansible/host_vars/pve.yml diff --git a/ansible/host_vars/ingress.yml b/ansible/host_vars/ingress.yml new file mode 100644 index 0000000..c6a60bc --- /dev/null +++ b/ansible/host_vars/ingress.yml @@ -0,0 +1 @@ +expose_ssh: true diff --git a/ansible/host_vars/pve.yml b/ansible/host_vars/pve.yml new file mode 100644 index 0000000..c6a60bc --- /dev/null +++ b/ansible/host_vars/pve.yml @@ -0,0 +1 @@ +expose_ssh: true diff --git a/ansible/hosts b/ansible/hosts index 0cc1757..0ce36d5 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -2,3 +2,8 @@ casey intersect walker grimes + +pve + +# PVE VMs +ingress