Removing TODOs and fixing some consistency errors.

This commit is contained in:
Hyperling 2021-01-31 17:21:39 -06:00
parent a62afe01d0
commit 235d8c304d
10 changed files with 15 additions and 10 deletions

View File

@ -10,7 +10,6 @@
when: ansible_distribution == "Pop!_OS" when: ansible_distribution == "Pop!_OS"
# TODO Needs tested
- name: Set Debian and Ubuntu Package Names - name: Set Debian and Ubuntu Package Names
set_fact: set_fact:
firefox: firefox-esr firefox: firefox-esr

View File

@ -10,7 +10,6 @@
when: ansible_distribution == "Pop!_OS" when: ansible_distribution == "Pop!_OS"
# TODO Needs tested
- name: Set Debian and Ubuntu Service Names - name: Set Debian and Ubuntu Service Names
set_fact: set_fact:
cups: cups cups: cups

View File

@ -1,3 +1,4 @@
---
# Define file, folder, and other facts per OS. # Define file, folder, and other facts per OS.
- name: Set Pop OS Facts - name: Set Pop OS Facts

View File

@ -1,3 +1,5 @@
---
- name: install cron job (ansible-pull) - name: install cron job (ansible-pull)
cron: cron:
user: ansible user: ansible

View File

@ -1,3 +1,5 @@
---
# Pre-reqs # Pre-reqs
- name: Install Flatpak - name: Install Flatpak
package: package:

View File

@ -1,3 +1,5 @@
---
- name: Install FreeBSD UI Software - name: Install FreeBSD UI Software
package: package:
name: name:

View File

@ -1,3 +1,5 @@
---
- name: Remove CUPS Daemon - name: Remove CUPS Daemon
service: service:
name: "{{ cups }}" name: "{{ cups }}"

View File

@ -1,3 +1,5 @@
---
- name: Install Lynis - name: Install Lynis
git: git:
repo: https://github.com/CISOfy/lynis repo: https://github.com/CISOfy/lynis

View File

@ -1,3 +1,5 @@
---
- name: Install Repo Software - name: Install Repo Software
package: package:
name: name:

View File

@ -1,10 +1,4 @@
# TODO This does not work in FreeBSD yet. ---
#TASK [Create Ansible User] *****************************************************
#fatal: [freeboy]: FAILED! => {"changed": false, "msg": "pw: the password db file is busy\n", "name": "hyper", "rc": 1}
#changed: [localhost]
#
#TASK [Add Ansible Sudoers File] ************************************************
#fatal: [localhost]: FAILED! => {"changed": false, "checksum": "154cc146010b36e25502dfe9a7f6b09fec8bbf43", "msg": "Destination directory /etc/sudoers.d does not exist"}
- name: Create Ansible User - name: Create Ansible User
user: user: