Removing TODOs and fixing some consistency errors.
This commit is contained in:
parent
a62afe01d0
commit
235d8c304d
@ -10,8 +10,7 @@
|
||||
when: ansible_distribution == "Pop!_OS"
|
||||
|
||||
|
||||
# TODO Needs tested
|
||||
- name: Set Debian and Ubuntu Package Names
|
||||
- name: Set Debian and Ubuntu Package Names
|
||||
set_fact:
|
||||
firefox: firefox-esr
|
||||
thunderbird: thunderbird
|
||||
|
@ -10,7 +10,6 @@
|
||||
when: ansible_distribution == "Pop!_OS"
|
||||
|
||||
|
||||
# TODO Needs tested
|
||||
- name: Set Debian and Ubuntu Service Names
|
||||
set_fact:
|
||||
cups: cups
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
# Define file, folder, and other facts per OS.
|
||||
|
||||
- name: Set Pop OS Facts
|
||||
|
@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
- name: install cron job (ansible-pull)
|
||||
cron:
|
||||
user: ansible
|
||||
|
@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
# Pre-reqs
|
||||
- name: Install Flatpak
|
||||
package:
|
||||
|
@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
- name: Install FreeBSD UI Software
|
||||
package:
|
||||
name:
|
||||
|
@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
- name: Remove CUPS Daemon
|
||||
service:
|
||||
name: "{{ cups }}"
|
||||
|
@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
- name: Install Lynis
|
||||
git:
|
||||
repo: https://github.com/CISOfy/lynis
|
||||
|
@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
- name: Install Repo Software
|
||||
package:
|
||||
name:
|
||||
|
@ -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
|
||||
user:
|
||||
|
Loading…
x
Reference in New Issue
Block a user