From fa28e9ecb71b83f4c888cbdcc24077574810f130 Mon Sep 17 00:00:00 2001 From: airman604 <4887927+airman604@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:30:28 -0700 Subject: [PATCH 1/2] update inventory.ini to not require SSH connection to localhost --- inventory.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.ini b/inventory.ini index 6cc86b8..b8de1fe 100644 --- a/inventory.ini +++ b/inventory.ini @@ -1,5 +1,5 @@ [ubuntu_bionic] -127.0.0.1 +localhost ansible_connection=local [ubuntu_bionic:vars] ansible_python_interpreter=/usr/bin/python3 From ef88486dad0d704c75da6eb6307263b8fbf313ae Mon Sep 17 00:00:00 2001 From: airman604 <4887927+airman604@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:36:10 -0700 Subject: [PATCH 2/2] add jq for command line JSON parsing --- roles/common/tasks/packages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/tasks/packages.yml b/roles/common/tasks/packages.yml index 93fce2f..38bd5dc 100644 --- a/roles/common/tasks/packages.yml +++ b/roles/common/tasks/packages.yml @@ -13,6 +13,7 @@ - curl - git - gnupg2 + - jq - libcurl4-openssl-dev - nano - nmap