Fix dash in variable name. Update hosts file. Better names in local.

This commit is contained in:
2021-02-02 21:31:45 -06:00
parent 2951b687ae
commit bb242098db
5 changed files with 9 additions and 11 deletions

View File

@ -2,7 +2,7 @@
# Harmonize my systems rather than doing everything manually. :)
# Everything
- name: Initial Setup
- name: Main | Default Setup
hosts: localhost
connection: local
become: true
@ -31,7 +31,7 @@
# Workstations
- name: UI Setup
- name: Main | Workstation UI Setup
hosts: workstation
connection: local
become: true
@ -53,7 +53,7 @@
# Run Hardness Checks
- name: Hardening Check
- name: Main | Hardness Checks
hosts: localhost
connection: local
become: true