Try adding all IP ranges to inventory.

This commit is contained in:
Hyperling 2020-12-31 18:07:49 -06:00
parent b1d54058df
commit 8a2a7ec94c
2 changed files with 5 additions and 1 deletions

3
hosts
View File

@ -4,3 +4,6 @@ dell
[dad]
not_installed_yet
[on_a_home_network]
192.168.[0:255].[0:255]

View File

@ -3,6 +3,7 @@
# Everything
- name: Initial Setup
hosts: all, localhost
connection: local
become: true