Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ansible-desktop-playbooks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ansible
ansible-desktop-playbooks
Commits
fef3e59b
Commit
fef3e59b
authored
7 years ago
by
nimrod
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of cgit.shore.co.il:/srv/git/ansible-desktop-playbooks
parents
598ecfe0
c14a3097
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
pkgs.yml
+10
-0
10 additions, 0 deletions
pkgs.yml
workstation.yml
+14
-4
14 additions, 4 deletions
workstation.yml
with
24 additions
and
4 deletions
pkgs.yml
+
10
−
0
View file @
fef3e59b
...
@@ -2,11 +2,13 @@
...
@@ -2,11 +2,13 @@
-
hosts
:
all
-
hosts
:
all
become
:
false
become
:
false
vars
:
vars
:
gopath
:
'
{{
ansible_user_dir
}}/Documents/Golang'
apt
:
apt
:
-
adb
-
adb
-
apache2-utils
-
apache2-utils
-
apt-listchanges
-
apt-listchanges
-
apt-xapian-index
-
apt-xapian-index
-
aptitude
-
bijiben
-
bijiben
-
bluez-firmware
-
bluez-firmware
-
brasero
-
brasero
...
@@ -70,6 +72,7 @@
...
@@ -70,6 +72,7 @@
-
linux-image-amd64
-
linux-image-amd64
-
liferea
-
liferea
-
luarocks
-
luarocks
-
lynx
-
meld
-
meld
-
mythes-en-us
-
mythes-en-us
-
netcat-openbsd
-
netcat-openbsd
...
@@ -197,11 +200,18 @@
...
@@ -197,11 +200,18 @@
update_cache
:
yes
update_cache
:
yes
cache_valid_time
:
3600
cache_valid_time
:
3600
-
name
:
Create the GOPATH directory
file
:
path
:
'
{{
gopath
}}'
state
:
directory
-
name
:
go get
-
name
:
go get
when
:
go is iterable
when
:
go is iterable
command
:
'
go
get
-u
{{
go|join("
")
}}'
command
:
'
go
get
-u
{{
go|join("
")
}}'
register
:
go_get
register
:
go_get
changed_when
:
"
'get'
in
go_get"
changed_when
:
"
'get'
in
go_get"
environment
:
GOPATH
:
'
{{
gopath
}}'
-
name
:
gem install
-
name
:
gem install
with_items
:
'
{{
gem
}}'
with_items
:
'
{{
gem
}}'
...
...
This diff is collapsed.
Click to expand it.
workstation.yml
+
14
−
4
View file @
fef3e59b
...
@@ -58,11 +58,21 @@
...
@@ -58,11 +58,21 @@
rule
:
allow
rule
:
allow
-
name
:
Create Docker graph directory
-
name
:
Create Docker graph directory
file
:
with_items
:
path
:
'
{{
docker_graph_directory
}}'
-
path
:
'
{{
docker_graph_directory|basename
}}'
owner
:
'
{{
ansible_env.SUDO_USER
}}'
group
:
'
{{
ansible_env.SUDO_USER
}}'
mode
:
0o0755
-
path
:
'
{{
docker_graph_directory
}}'
owner
:
root
owner
:
root
group
:
root
group
:
root
mode
:
0o711
mode
:
0o0711
file
:
path
:
'
{{
item.path
}}'
owner
:
'
{{
item.owner
}}'
group
:
'
{{
item.group
}}'
mode
:
'
{{
item.mode
}}'
state
:
directory
notify
:
notify
:
-
Restart Docker
-
Restart Docker
...
...
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