From 8a2a7ec94cb70423dcc00be8efb5bfd2cfc5ecc5 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 31 Dec 2020 18:07:49 -0600 Subject: [PATCH] Try adding all IP ranges to inventory. --- hosts | 5 ++++- local.yml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts b/hosts index c4b9c97..e004293 100644 --- a/hosts +++ b/hosts @@ -3,4 +3,7 @@ x570 dell [dad] -not_installed_yet \ No newline at end of file +not_installed_yet + +[on_a_home_network] +192.168.[0:255].[0:255] \ No newline at end of file diff --git a/local.yml b/local.yml index d451b92..521e8fc 100644 --- a/local.yml +++ b/local.yml @@ -3,6 +3,7 @@ # Everything - name: Initial Setup + hosts: all, localhost connection: local become: true