[common_tools] Redorder APT packages

certbot_on_virtu
Yohann D'ANELLO 2021-01-03 02:36:22 +01:00
parent 0c3840fd1f
commit ac85697784
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 23 additions and 23 deletions

View File

@ -4,32 +4,32 @@
update_cache: true update_cache: true
install_recommends: false install_recommends: false
name: 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 - acl # advanced ACL
- iotop # monitor i/o - apt # better than apt-get
- tree # create a graphical tree of files - apt-file
- aptitude # nice to have for Ansible
- bash-completion # because bash - bash-completion # because bash
- git # code versioning
- 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
- curl # placeholder - 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
- 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 register: apt_result
retries: 3 retries: 3
until: apt_result is succeeded until: apt_result is succeeded