Fixing typos and missing information.
This commit is contained in:
parent
537a0f59ca
commit
a001cddb1a
@ -5,7 +5,7 @@
|
||||
ansible.builtin.set_fact:
|
||||
lynis_install_dir: /usr/local/lynis
|
||||
lynis_report: /home/ling/lynis.log
|
||||
sudoers_install_dir: /etc
|
||||
sudoers_install_dir: /etc/sudoers.d/ansible
|
||||
when: ansible_distribution == "Pop!_OS"
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
ansible.builtin.set_fact:
|
||||
lynis_install_dir: /usr/local/lynis
|
||||
lynis_report: /root/lynis.log
|
||||
sudoers_install_dir: /etc
|
||||
sudoers_install_dir: /etc/sudoers.d/ansible
|
||||
when: ansible_distribution == "Ubuntu"
|
||||
|
||||
|
||||
@ -23,5 +23,5 @@
|
||||
ansible.builtin.set_fact:
|
||||
lynis_install_dir: /usr/local/lynis
|
||||
lynis_report: /root/lynis.log
|
||||
sudoers_install_dir: /usr/local/etc
|
||||
sudoers_install_dir: /usr/local/etc/sudoers.d/ansible
|
||||
when: ansible_distribution == "FreeBSD"
|
@ -3,25 +3,28 @@
|
||||
|
||||
- name: Set Pop!_OS Package Names
|
||||
ansible.builtin.set_fact:
|
||||
firefox: firefox
|
||||
firefox: firefox-esr
|
||||
thunderbird: thunderbird
|
||||
evolution: evolution
|
||||
sshfs: sshfs
|
||||
when: ansible_distribution == "Pop!_OS"
|
||||
|
||||
|
||||
# TODO Needs tested
|
||||
- name: Set Ubuntu Package Names
|
||||
ansible.builtin.set_fact:
|
||||
firefox: firefox
|
||||
firefox: firefox-esr
|
||||
thunderbird: thunderbird
|
||||
evolution: evolution
|
||||
sshfs: sshfs
|
||||
when: ansible_distribution == "Ubuntu"
|
||||
|
||||
|
||||
# TODO Needs tested
|
||||
- name: Set FreeBSD Package Names
|
||||
ansible.builtin.set_fact:
|
||||
firefox: firefox
|
||||
firefox: firefox-esr
|
||||
thunderbird: thunderbird
|
||||
evolution: evolution
|
||||
sshfs: fusefs-sshfs
|
||||
when: ansible_distribution == "FreeBSD"
|
@ -3,5 +3,5 @@
|
||||
name:
|
||||
- htop
|
||||
- neofetch
|
||||
- sshfs
|
||||
- "{{ sshfs }}"
|
||||
update_cache: yes
|
||||
|
@ -14,7 +14,7 @@
|
||||
- name: Add Ansible Sudoers File
|
||||
copy:
|
||||
src: sudoers_ansible
|
||||
dest: ""{{ sudoers_install_dir }}"/sudoers.d/ansible
|
||||
dest: "{{ sudoers_install_dir }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0440
|
||||
|
Loading…
x
Reference in New Issue
Block a user