Install dnsutils
This commit is contained in:
parent
7bd4858c7e
commit
51b6f3b843
2
roles/common/defaults/main.yml
Normal file
2
roles/common/defaults/main.yml
Normal file
@ -0,0 +1,2 @@
|
||||
packages:
|
||||
- dnsutils
|
@ -4,6 +4,12 @@
|
||||
state: directory
|
||||
mode: 0700
|
||||
|
||||
- name: Install useful software
|
||||
apt:
|
||||
name: "{{ packages }}"
|
||||
state: present
|
||||
update_cache: true
|
||||
|
||||
- name: Install the Uncomplicated Firewall
|
||||
ansible.builtin.apt:
|
||||
name: ufw
|
||||
|
Loading…
Reference in New Issue
Block a user