aboutsummaryrefslogtreecommitdiff
path: root/os/config/roles/common/tasks
diff options
context:
space:
mode:
authorLUXEY Adrien <adrien.luxey@inria.fr>2021-03-23 17:12:13 +0100
committerLUXEY Adrien <adrien.luxey@inria.fr>2021-03-23 17:12:13 +0100
commit89b87407818c78852b2c99b4300053e34e255fa5 (patch)
tree6f01077419616a79bd0c09ac490d89773a52531f /os/config/roles/common/tasks
parent6f09e7de1c053ff33daad161b5e62e6b31638c53 (diff)
downloadinfrastructure-89b87407818c78852b2c99b4300053e34e255fa5.tar.gz
infrastructure-89b87407818c78852b2c99b4300053e34e255fa5.zip
Ansible config cleanup
Diffstat (limited to 'os/config/roles/common/tasks')
-rw-r--r--os/config/roles/common/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/config/roles/common/tasks/main.yml b/os/config/roles/common/tasks/main.yml
index 37cad52..b332414 100644
--- a/os/config/roles/common/tasks/main.yml
+++ b/os/config/roles/common/tasks/main.yml
@@ -34,7 +34,7 @@
- strace
- tcpdump
# Networking
- - dnsutils # now called bind9-dnsutils
+ - dnsutils # now called bind9-dnsutils (still valid)
- ethtool
- iproute2 # advanced net-tools
- iptables # legacy firewall (still used by diplonat)
@@ -76,7 +76,7 @@
include_tasks: hashicorp.yml
when: nomad_exists.rc != 0
-
+# Cool stuff
- name: "Passwordless sudo"
lineinfile: