Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nounous
Ansible
Commits
ac856977
Verified
Commit
ac856977
authored
4 years ago
by
ynerant
Browse files
Options
Downloads
Patches
Plain Diff
[common_tools] Redorder APT packages
parent
0c3840fd
No related branches found
No related tags found
1 merge request
!162
Curl
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/common-tools/tasks/main.yml
+18
-18
18 additions, 18 deletions
roles/common-tools/tasks/main.yml
with
18 additions
and
18 deletions
roles/common-tools/tasks/main.yml
+
18
−
18
View file @
ac856977
...
...
@@ -4,32 +4,32 @@
update_cache
:
true
install_recommends
:
false
name
:
-
acl
# advanced ACL
-
apt
# better than apt-get
-
apt-file
-
sudo
-
molly-guard
# prevent reboot
-
aptitude
# nice to have for Ansible
-
bash-completion
# because bash
-
curl
# placeholder
-
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
-
bash-completion
# because bash
-
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
-
lsb-release
# needed to autodetect Debian version
-
lsscsi
# to list SCSI devices
-
tmux
# better than screen
-
molly-guard
# prevent reboot
-
nano
# for vulcain
-
needrestart
# ask to restart services after upgrade
-
lsb-release
# needed to autodetect Debian version
-
curl
# placeholder
-
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment