From 3bb46c78e51fe3ede4e9bfd8274731903fe53cf9 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 31 Jan 2021 15:51:16 -0600 Subject: [PATCH] It's working! Servers are grabbing the changes! Scripts tested successfully on Ubuntu 20.10. Not working on Debian 10 though, failing based on system.yml's first name module? --- ansible.cfg | 3 ++- hosts | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index b58625a..29ab9df 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,4 @@ [defaults] inventory = hosts -localhost_warning = False \ No newline at end of file +localhost_warning = false +host_pattern_mismatch = ignore \ No newline at end of file diff --git a/hosts b/hosts index 441b6b2..40605c3 100644 --- a/hosts +++ b/hosts @@ -4,6 +4,4 @@ localhost [workstation] x570 dell-laptop - -[server] -freeboy \ No newline at end of file +usb \ No newline at end of file