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