Good ol' organization. Tasks folder started getting too busy, and still kind of is.
This commit is contained in:
parent
47be3301e1
commit
0f0f9a3aeb
18
local.yml
18
local.yml
@ -14,12 +14,12 @@
|
||||
- include: facts/user.yml
|
||||
|
||||
tasks:
|
||||
- include: tasks/packages.yml
|
||||
- include: tasks/groups.yml
|
||||
- include: tasks/users.yml
|
||||
- include: tasks/cron.yml
|
||||
- include: tasks/sudo.yml
|
||||
- include: tasks/harden.yml
|
||||
- include: tasks/general/packages.yml
|
||||
- include: tasks/general/groups.yml
|
||||
- include: tasks/general/users.yml
|
||||
- include: tasks/general/cron.yml
|
||||
- include: tasks/general/sudo.yml
|
||||
- include: tasks/general/harden.yml
|
||||
ignore_errors: yes
|
||||
|
||||
|
||||
@ -30,13 +30,13 @@
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- include: tasks/flatpaks.yml
|
||||
- include: tasks/linux/flatpaks.yml
|
||||
when: ansible_system == "Linux" and
|
||||
flatpak_distro == yes
|
||||
- shell: echo "Not implemented yet. :("
|
||||
when: ansible_system == "Linux" and
|
||||
flatpak_distro == no
|
||||
- include: tasks/freebsd_gui.yml
|
||||
- include: tasks/freebsd/gui.yml
|
||||
when: ansible_system == "FreeBSD"
|
||||
|
||||
|
||||
@ -47,4 +47,4 @@
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- include: tasks/hardness_check_lynis.yml
|
||||
- include: tasks/general/hardness_check_lynis.yml
|
@ -7,4 +7,11 @@
|
||||
- htop
|
||||
- neofetch
|
||||
- "{{ sshfs }}"
|
||||
- locate
|
||||
state: present
|
||||
|
||||
- name: Remove Repo Software
|
||||
package:
|
||||
name:
|
||||
- cowsay # Sorry ;)
|
||||
state: present
|
@ -19,5 +19,4 @@
|
||||
append: yes
|
||||
shell: /bin/bash
|
||||
create_home: yes
|
||||
skeleton: yes
|
||||
generate_ssh_key: yes
|
Loading…
x
Reference in New Issue
Block a user