Merge branch 'curl' into 'newinfra'

Curl

See merge request nounous/ansible!162
certbot_on_virtu
ynerant 2021-01-03 02:38:18 +01:00
commit 61508881b7
1 changed files with 21 additions and 20 deletions

View File

@ -4,31 +4,32 @@
update_cache: true
install_recommends: false
name:
- apt-file
- sudo
- molly-guard # prevent reboot
- debsums
- apt # better than apt-get
- nano # for vulcain
- vim # better than nano
- emacs-nox # for maman
- htop # better than top
- zsh # to be able to ssh @erdnaxe
- fish # to motivate @edpibu
- aptitude # nice to have for Ansible
- acl # advanced ACL
- iotop # monitor i/o
- tree # create a graphical tree of files
- apt # better than apt-get
- apt-file
- aptitude # nice to have for Ansible
- bash-completion # because bash
- curl # placeholder
- debsums
- emacs-nox # for maman
- fish # to motivate @edpibu
- git # code versioning
- htop # better than top
- iotop # monitor i/o
- less # i like cats
- screen # Vulcain asked for this
- vlock # virtual console lock
- resolvconf # for dns configuration in network interfaces
- lsscsi # to list SCSI devices
- tmux # better than screen
- needrestart # ask to restart services after upgrade
- lsb-release # needed to autodetect Debian version
- lsscsi # to list SCSI devices
- molly-guard # prevent reboot
- nano # for vulcain
- needrestart # ask to restart services after upgrade
- resolvconf # for dns configuration in network interfaces
- screen # Vulcain asked for this
- sudo
- tmux # better than screen
- tree # create a graphical tree of files
- vim # better than nano
- vlock # virtual console lock
- zsh # to be able to ssh @erdnaxe
register: apt_result
retries: 3
until: apt_result is succeeded