Remove Share Drives (#28)
* Add another requirement for Debian to download key. * Add setup script instead of using scm.hyperling.com. * Fix setup permissions. * Starting effort to remove share drives from script. Downsizing homelab. * Remove files which are no longer useful without mounts. * Allow initializing on alternate branches. * Fix Lynis and NMap log locations. * Remove deleted files from main. * Fix nmap filename. * Remove _name from report variables.
This commit is contained in:
13
local.yml
13
local.yml
@ -16,8 +16,6 @@
|
||||
- include: facts/general/service.yml
|
||||
- include: facts/general/user.yml
|
||||
|
||||
- include: tasks/general/start.yml
|
||||
|
||||
- include: tasks/general/software/packages.yml
|
||||
- include: tasks/general/software/services.yml
|
||||
ignore_errors: yes
|
||||
@ -30,14 +28,11 @@
|
||||
- include: tasks/general/acct_mgmt/groups.yml
|
||||
- include: tasks/general/acct_mgmt/users.yml
|
||||
- include: tasks/general/acct_mgmt/sudo.yml
|
||||
- include: tasks/general/acct_mgmt/keys.yml
|
||||
- include: tasks/general/acct_mgmt/mounts.yml
|
||||
|
||||
- include: tasks/general/scripts/root.yml
|
||||
- include: tasks/general/scripts/user.yml
|
||||
|
||||
- include: tasks/general/cron/ansible.yml
|
||||
- include: tasks/general/cron/root.yml
|
||||
|
||||
# TODO Need to refactor. Maybe tasks/general/cron/freebsd.yml
|
||||
- include: tasks/workstation/freebsd/cron/ansible.yml
|
||||
@ -73,9 +68,6 @@
|
||||
- include: tasks/workstation/linux/software/flatpaks.yml
|
||||
when: ansible_system == "Linux" and flatpak_distro
|
||||
|
||||
- include: tasks/workstation/linux/software/debs.yml
|
||||
when: ansible_pkg_mgr == "apt"
|
||||
|
||||
- include: tasks/workstation/linux/software/brave.yml
|
||||
when: ansible_pkg_mgr in ("apt", "dnf")
|
||||
|
||||
@ -85,9 +77,6 @@
|
||||
- include: tasks/workstation/mac-os/software/brew.yml
|
||||
when: ansible_system == "Darwin"
|
||||
|
||||
- include: tasks/workstation/mac-os/software/dmg.yml
|
||||
when: ansible_system == "Darwin"
|
||||
|
||||
# Configuration Tasks #
|
||||
- include: tasks/workstation/shared/settings/gnome.yml
|
||||
|
||||
@ -192,5 +181,3 @@
|
||||
|
||||
- include: tasks/general/tests/nmap.yml
|
||||
- include: tasks/general/tests/lynis.yml
|
||||
|
||||
- include: tasks/general/finish.yml
|
||||
|
Reference in New Issue
Block a user