Install dnsutils

This commit is contained in:
Kris Lamoureux 2022-11-20 01:49:52 -05:00
parent 7bd4858c7e
commit 51b6f3b843
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
packages:
- dnsutils

View File

@ -4,6 +4,12 @@
state: directory state: directory
mode: 0700 mode: 0700
- name: Install useful software
apt:
name: "{{ packages }}"
state: present
update_cache: true
- name: Install the Uncomplicated Firewall - name: Install the Uncomplicated Firewall
ansible.builtin.apt: ansible.builtin.apt:
name: ufw name: ufw