From 5de330d8c06b6bd35b34c3334a2ef6a77e6026fa Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 31 Dec 2020 18:00:53 -0600 Subject: [PATCH] Try both all and localhost. --- local.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/local.yml b/local.yml index 5b87047..521e8fc 100644 --- a/local.yml +++ b/local.yml @@ -2,7 +2,8 @@ # Harmonize my systems rather than doing everything manually. :) # Everything -- hosts: localhost +- name: Initial Setup + hosts: all, localhost connection: local become: true @@ -19,7 +20,9 @@ # Desktops and laptops -- hosts: workstation +- name: UI Setup + hosts: workstation + connection: local become: true tasks: @@ -27,7 +30,9 @@ # Run hardness checks -- hosts: all +- name: Hardening Check + hosts: all, localhost + connection: local become: true tasks: