From 7f1267b8d55d0341e35093956cb4536dd4a07539 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Apr 2020 16:36:34 -0400 Subject: [PATCH] 0.1.6-DEV-20200417-163628 ------------------------- * MODIFY: - host_vars/10.1.1.193.yml modified to add spacewalk for testing - modified ansible.cfg to be in line with our new requirements --- ansible.cfg | 3 ++- host_vars/10.1.1.193.yml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 3bc2af3..7a0beae 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -12,7 +12,8 @@ forks = 8 timeout = 30 host_key_checking = False display_skipped_hosts = False -ansible_python_interpreter=/usr/bin/python3 +# ansible_python_interpreter=/usr/bin/python3 +interpreter_python=auto_silent [ssh_connection] diff --git a/host_vars/10.1.1.193.yml b/host_vars/10.1.1.193.yml index 4fe4c7a..c6206b3 100644 --- a/host_vars/10.1.1.193.yml +++ b/host_vars/10.1.1.193.yml @@ -87,3 +87,7 @@ jacobs-tablet: mac_address: "20:d1:60:ec:44:07" ip_address : "10.1.1.218" + + spacewalk: + mac_address: "A6:74:37:B9:54:EF" + ip_address : "10.1.1.130"