Compare commits
2 Commits
ad6601f17e
...
c12b54d0dc
Author | SHA1 | Date | |
---|---|---|---|
c12b54d0dc | |||
a5023b2ef7 |
@@ -27,9 +27,13 @@
|
||||
cron: cron
|
||||
encfs: encfs
|
||||
dig: dnsutils
|
||||
neofetch: fastfetch
|
||||
when: ansible_pkg_mgr == "apt"
|
||||
|
||||
- name: General | Facts | Package | apt | Debian Trixie
|
||||
set_fact:
|
||||
neofetch: fastfetch
|
||||
when: ansible_pkg_mgr == "apt" and ansible_distribution_release == "trixie"
|
||||
|
||||
- name: General | Facts | Package | pacman
|
||||
set_fact:
|
||||
locate: mlocate
|
||||
|
@@ -741,6 +741,8 @@
|
||||
alias progs='ps -ef'
|
||||
alias_nethogs: |
|
||||
alias nethogs='sudo nethogs'
|
||||
alias_ansible_facts: |
|
||||
alias ansible-facts='ansible localhost -m setup'
|
||||
|
||||
- name: General | Account Management | Users | Files | Common Variable
|
||||
set_fact:
|
||||
@@ -808,6 +810,7 @@
|
||||
{{ alias_ls }}
|
||||
{{ alias_progs }}
|
||||
{{ alias_nethogs }}
|
||||
{{ alias_ansible_facts }}
|
||||
|
||||
- name: General | Account Management | Users | Files | .bashrc
|
||||
blockinfile:
|
||||
|
Reference in New Issue
Block a user