Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ucegg
ansible
Commits
586e159e
Commit
586e159e
authored
Jan 26, 2017
by
julian.gethmann
Browse files
Add desktop playbook
parent
91c6b80e
Changes
3
Hide whitespace changes
Inline
Side-by-side
desktop.yml
0 → 100644
View file @
586e159e
-
hosts
:
desktop
tasks
:
-
dnf
:
name={{item}} state=latest
become
:
yes
when
:
ansible_distribution == 'Fedora'
with_items
:
-
desktop_software
group_vars/all
View file @
586e159e
...
...
@@ -42,6 +42,7 @@ desktop_software:
# - dagolden/Capture-Tiny
- firefox
- libreoffice
- bwSyncAndShare
ipaserver: las101.las.kit.edu
ipaserver2: las126.las.kit.edu
...
...
sites.yml
View file @
586e159e
...
...
@@ -8,3 +8,4 @@
#- include: server.yml
#- include: nfs.yml
#- include: update.yml
-
include
:
desktop.yml
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment