Removing TODOs and fixing some consistency errors.
This commit is contained in:
parent
a62afe01d0
commit
235d8c304d
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
---
|
||||||
|
|
||||||
- name: install cron job (ansible-pull)
|
- name: install cron job (ansible-pull)
|
||||||
cron:
|
cron:
|
||||||
user: ansible
|
user: ansible
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
---
|
||||||
|
|
||||||
# Pre-reqs
|
# Pre-reqs
|
||||||
- name: Install Flatpak
|
- name: Install Flatpak
|
||||||
package:
|
package:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
---
|
||||||
|
|
||||||
- name: Install FreeBSD UI Software
|
- name: Install FreeBSD UI Software
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
---
|
||||||
|
|
||||||
- name: Remove CUPS Daemon
|
- name: Remove CUPS Daemon
|
||||||
service:
|
service:
|
||||||
name: "{{ cups }}"
|
name: "{{ cups }}"
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
---
|
||||||
|
|
||||||
- name: Install Lynis
|
- name: Install Lynis
|
||||||
git:
|
git:
|
||||||
repo: https://github.com/CISOfy/lynis
|
repo: https://github.com/CISOfy/lynis
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
---
|
||||||
|
|
||||||
- name: Install Repo Software
|
- name: Install Repo Software
|
||||||
package:
|
package:
|
||||||
name:
|
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
|
- name: Create Ansible User
|
||||||
user:
|
user:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user