From 0364006062742dbad2a6f7dded687e522b7514cb Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sun, 17 Jan 2021 12:13:30 +0100 Subject: [PATCH] Install curl and net-tools by default Signed-off-by: Yohann D'ANELLO --- roles/baseconfig/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/baseconfig/tasks/main.yml b/roles/baseconfig/tasks/main.yml index f68155c..4fa34c7 100644 --- a/roles/baseconfig/tasks/main.yml +++ b/roles/baseconfig/tasks/main.yml @@ -8,6 +8,7 @@ - apt # better than apt-get - aptitude # nice to have for Ansible - bash-completion # because bash + - curl # better than wget - emacs-nox # for maman - fish # to motivate @edpibu - git # code versioning @@ -17,6 +18,7 @@ - lsb-release - molly-guard # prevent reboot - nano # for vulcain + - net-tools - ntp # network time sync - oidentd # postgresql identification - screen # Vulcain asked for this