Install dnsutils
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user