Sort APT packages
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
078d141236
commit
02e4e7d48f
1 changed files with 15 additions and 15 deletions
|
@ -4,26 +4,26 @@
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- sudo
|
|
||||||
- molly-guard # prevent reboot
|
|
||||||
- ntp # network time sync
|
|
||||||
- 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
|
|
||||||
- oidentd # postgresql identification
|
|
||||||
- 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
|
- aptitude # nice to have for Ansible
|
||||||
- bash-completion # because bash
|
- bash-completion # because bash
|
||||||
|
- emacs-nox # for maman
|
||||||
|
- fish # to motivate @edpibu
|
||||||
- git # code versioning
|
- git # code versioning
|
||||||
|
- htop # better than top
|
||||||
|
- iotop # monitor i/o
|
||||||
- less # i like cats
|
- less # i like cats
|
||||||
- screen # Vulcain asked for this
|
|
||||||
- lsb-release
|
- lsb-release
|
||||||
|
- molly-guard # prevent reboot
|
||||||
|
- nano # for vulcain
|
||||||
|
- ntp # network time sync
|
||||||
|
- oidentd # postgresql identification
|
||||||
|
- screen # Vulcain asked for this
|
||||||
|
- sudo
|
||||||
|
- tree # create a graphical tree of files
|
||||||
|
- vim # better than nano
|
||||||
|
- zsh # to be able to ssh @erdnaxe
|
||||||
update_cache: true
|
update_cache: true
|
||||||
register: apt_result
|
register: apt_result
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
Loading…
Reference in a new issue