Enhancements + Fixes (#41)
* Signal does seem good after all. * Add alias `here` which shows details of everything in the current location. * Move instant messengers to consistently be at the end of the favorites bar. * Change to single quotes so that the pwd is per-call instead of per-source. * Specify the video codec so that the command works on openSUSE. * Refactor so that there is a shared/common fact list. * Add ffmpeg as a package variable. * Reformat long comment. * New file for installing package manager apps for workstations. * Call the workstation package manager tasks. * Change to parenthesis to look better. * Explicitly add a video flag, add recursive searching, fix a bug with -f ignoring input. * Add ability to "force" the compression, deletes old files and regenerates them. Input is now passed with i rather than f for file/folder. f is now used for force. * Fix skipping the file if it's already compressed. Enhance readability of log text.
This commit is contained in:
@ -2,6 +2,11 @@
|
||||
# Define program names for package builtin.
|
||||
# This file is for ALL systems and should not include UI components.
|
||||
|
||||
- name: General | Facts | Packages | Shared Defaults
|
||||
set_fact:
|
||||
sshfs: sshfs
|
||||
tar: tar
|
||||
|
||||
- name: General | Facts | Packages | Parrot OS Fixes
|
||||
set_fact:
|
||||
ansible_pkg_mgr: "apt"
|
||||
@ -10,10 +15,8 @@
|
||||
|
||||
- name: General | Facts | Package | apt
|
||||
set_fact:
|
||||
sshfs: sshfs
|
||||
locate: locate
|
||||
opensshd: openssh-server
|
||||
tar: tar
|
||||
microcode_amd: amd64-microcode
|
||||
microcode_intel: intel-microcode
|
||||
cron: cron
|
||||
@ -21,10 +24,8 @@
|
||||
|
||||
- name: General | Facts | Package | pacman
|
||||
set_fact:
|
||||
sshfs: sshfs
|
||||
locate: mlocate
|
||||
opensshd: openssh
|
||||
tar: tar
|
||||
microcode_amd: linux-firmware
|
||||
microcode_intel: intel-ucode
|
||||
cron: cronie
|
||||
@ -46,7 +47,6 @@
|
||||
sshfs: fuse-sshfs
|
||||
locate: mlocate
|
||||
opensshd: openssh
|
||||
tar: tar
|
||||
microcode_amd: microcode_ctl
|
||||
microcode_intel: microcode_ctl
|
||||
cron: cronie
|
||||
@ -54,10 +54,8 @@
|
||||
|
||||
- name: General | Facts | Package | zypper
|
||||
set_fact:
|
||||
sshfs: sshfs
|
||||
locate: mlocate
|
||||
opensshd: openssh
|
||||
tar: tar
|
||||
microcode_amd: ucode-amd
|
||||
microcode_intel: ucode-intel
|
||||
cron: cronie
|
||||
|
Reference in New Issue
Block a user