Add dig
to default installs.
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
iftop: iftop
|
iftop: iftop
|
||||||
nethogs: nethogs
|
nethogs: nethogs
|
||||||
ntp_server: chrony
|
ntp_server: chrony
|
||||||
|
dig: dig
|
||||||
|
|
||||||
- name: General | Facts | Packages | Parrot OS Fixes
|
- name: General | Facts | Packages | Parrot OS Fixes
|
||||||
set_fact:
|
set_fact:
|
||||||
@@ -24,6 +25,7 @@
|
|||||||
microcode_intel: intel-microcode
|
microcode_intel: intel-microcode
|
||||||
cron: cron
|
cron: cron
|
||||||
encfs: encfs
|
encfs: encfs
|
||||||
|
dig: dnsutils
|
||||||
when: ansible_pkg_mgr == "apt"
|
when: ansible_pkg_mgr == "apt"
|
||||||
|
|
||||||
- name: General | Facts | Package | pacman
|
- name: General | Facts | Package | pacman
|
||||||
|
@@ -59,6 +59,7 @@
|
|||||||
- "{{ iftop }}"
|
- "{{ iftop }}"
|
||||||
- "{{ nethogs }}"
|
- "{{ nethogs }}"
|
||||||
- "{{ ntp_server }}"
|
- "{{ ntp_server }}"
|
||||||
|
- "{{ dig }}"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: General | Software | Packages | Install Software (DEV)
|
- name: General | Software | Packages | Install Software (DEV)
|
||||||
|
Reference in New Issue
Block a user