Save reports and heartbeat to 1337 drive. Fix some fact names.

This commit is contained in:
2021-02-06 07:16:19 -06:00
parent f46d2495f2
commit 4ffc25c804
7 changed files with 27 additions and 15 deletions

View File

@ -1,13 +1,13 @@
---
# Define users and groups per OS type.
- name: Facts | Workstation | User | Linux
- name: Facts | General | User | Linux
set_fact:
root_group: root
when: ansible_system == "Linux"
- name: Facts | Workstation | User | FreeBSD
- name: Facts | General | User | FreeBSD
set_fact:
root_group: wheel
when: ansible_system == "FreeBSD"