General Improvements (#36)
* Add at and reword comment. * Add cronie, thought this was already done but last pull request got wonky. * Zypper is not happy about asking Brave repo to be added multiple times. * Replace deprecated `include` commands. * Add gcc. * Add another cc command for openSUSE. * include_tasks is not supporting ignore_errors like include used to, move to individual tasks. * Do a better job of removing libreoffice from local package manager. * Enhance reports. * Add basic VIM setup. * Undo some lynis changes, fix folder permissions so users can view. * Change lynis back to chdir and local execution. * Add doas. * Add check against old usage of setup.sh BRANCH. * Greatly reduce number of tasks, create temp file while building report. * Create temp file while building report.
This commit is contained in:
@ -50,6 +50,9 @@
|
||||
- "{{ opensshd }}"
|
||||
- "{{ tar }}"
|
||||
- curl
|
||||
- at
|
||||
- gcc
|
||||
- vim
|
||||
state: present
|
||||
|
||||
- name: General | Software | Packages | Install Software (DEV)
|
||||
@ -89,17 +92,18 @@
|
||||
name:
|
||||
- which
|
||||
- "{{ cron }}"
|
||||
- vi
|
||||
state: present
|
||||
when: ansible_distribution == "Archlinux"
|
||||
|
||||
# openSUSE Tumbleweed comes without gnome-control-center being able to open
|
||||
# properly. Hopefully just a one-time accident but I wanted bleeding edge so I
|
||||
# guess I got it! Luckily was easy to figure out based on CLI error launching.
|
||||
- name: General | Software | Services | Install Fix (Looking at you, openSUSE)
|
||||
package:
|
||||
name:
|
||||
# openSUSE Tumbleweed comes without gnome-control-center being able to open
|
||||
# properly. Hopefully just a one-time accident but I wanted bleeding edge so I
|
||||
# guess I got it! Luckily was easy to figure out based on CLI error on launch.
|
||||
- libvulkan1
|
||||
# Provides c99 used to compile ST for DWM.
|
||||
- posix_cc
|
||||
state: present
|
||||
when: ansible_pkg_mgr in ("zypper")
|
||||
|
||||
|
Reference in New Issue
Block a user