[common-tools] More tools

certbot_on_virtu
Alexandre Iooss 2019-07-30 12:05:38 +02:00
parent dfaa2a9313
commit b7e46d8303
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 7 additions and 3 deletions

View File

@ -7,17 +7,21 @@
- molly-guard # prevent reboot - molly-guard # prevent reboot
- ntp # network time sync - ntp # network time sync
- apt # better than apt-get - apt # better than apt-get
- vim # better than nano @vulcain - nano # for vulcain
- vim # better than nano
- emacs-nox # for maman - emacs-nox # for maman
- htop # better than top - htop # better than top
- zsh # to be able to ssh @erdnaxe - zsh # to be able to ssh @erdnaxe
- fish # to motivate @edpibu - fish # to motivate @edpibu
- oidentd # postgresql identification - oidentd # postgresql identification
- aptitude # nice to have - aptitude # nice to have for Ansible
- acl # advanced ACL - acl # advanced ACL
- iotop # monitor i/o - iotop # monitor i/o
- tree # <3 - tree # create a graphical tree of files
- bash-completion # because bash - bash-completion # because bash
- git # code versioning
- less # i like cats
- screen # Vulcain asked for this
register: apt_result register: apt_result
retries: 3 retries: 3
until: apt_result is succeeded until: apt_result is succeeded