Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Essential
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Ansible
Roles
Essential
Commits
9a1a8532
Commit
9a1a8532
authored
4 years ago
by
Dmitriy Safronov
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
2a44a156
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/ubuntu/essential.yml
+0
-25
0 additions, 25 deletions
tasks/ubuntu/essential.yml
tasks/ubuntu/main.yml
+26
-3
26 additions, 3 deletions
tasks/ubuntu/main.yml
with
26 additions
and
28 deletions
tasks/ubuntu/essential.yml
deleted
100644 → 0
+
0
−
25
View file @
2a44a156
---
# APT
-
name
:
Install aptitude & debconf-utils using apt
apt
:
state
:
present
update_cache
:
yes
force_apt_get
:
yes
install_recommends
:
no
pkg
:
-
aptitude
-
debconf-utils
# ESSENTIAL PACKAGES
-
name
:
Install packages
apt
:
state
:
present
update_cache
:
yes
install_recommends
:
no
pkg
:
-
bash
-
mawk
-
sed
-
grep
-
rsync
This diff is collapsed.
Click to expand it.
tasks/ubuntu/main.yml
+
26
−
3
View file @
9a1a8532
...
@@ -4,6 +4,29 @@
...
@@ -4,6 +4,29 @@
-
name
:
Setup repositories
-
name
:
Setup repositories
include_tasks
:
repositories.yml
include_tasks
:
repositories.yml
# ESSENTIAL SETUP
-
name
:
Perform essential setup
## ESSENTIAL SETUP
include_tasks
:
essential.yml
# APT
-
name
:
Install aptitude & debconf-utils using apt
apt
:
state
:
present
update_cache
:
yes
force_apt_get
:
yes
install_recommends
:
no
pkg
:
-
aptitude
-
debconf-utils
# ESSENTIAL PACKAGES
-
name
:
Install packages
apt
:
state
:
present
update_cache
:
yes
install_recommends
:
no
pkg
:
-
bash
-
mawk
-
sed
-
grep
-
rsync
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