Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
infra
ansible-shared
client
Commits
344fb5bd
Commit
344fb5bd
authored
6 years ago
by
Robin Sonnabend
Committed by
Thomas Schneider
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge branch 'remove-deprecations'
parents
4cc0d05c
452d51fb
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
client/tasks/kde.yml
+6
-6
6 additions, 6 deletions
client/tasks/kde.yml
client/tasks/proprietary.yml
+1
-1
1 addition, 1 deletion
client/tasks/proprietary.yml
client/tasks/software.yml
+19
-19
19 additions, 19 deletions
client/tasks/software.yml
with
26 additions
and
26 deletions
client/tasks/kde.yml
+
6
−
6
View file @
344fb5bd
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
-
name
:
ensure reasonable subset of kde-baseapps is installed
-
name
:
ensure reasonable subset of kde-baseapps is installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
dolphin
-
dolphin
-
kde-baseapps-bin
-
kde-baseapps-bin
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
-
kde-baseapps
-
kde-baseapps
-
name
:
ensure reasonable subset of kde-plasma-desktop is installed
-
name
:
ensure reasonable subset of kde-plasma-desktop is installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
plasma-desktop
-
plasma-desktop
-
plasma-workspace
-
plasma-workspace
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
-
kde-plasma-desktop
-
kde-plasma-desktop
-
name
:
ensure reasonable subset of kde-standard is installed
-
name
:
ensure reasonable subset of kde-standard is installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
ark
-
ark
-
gwenview
-
gwenview
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
-
kde-standard
-
kde-standard
-
name
:
ensure reasonable subset of kdeutils is installed
-
name
:
ensure reasonable subset of kdeutils is installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
ark
-
ark
-
filelight
-
filelight
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
-
kdeutils
-
kdeutils
-
name
:
ensure reasonable subset of kde-full is installed
-
name
:
ensure reasonable subset of kde-full is installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
kdeartwork
-
kdeartwork
-
kdeadmin
-
kdeadmin
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
-
kde-full
-
kde-full
-
name
:
ensure some further kde packages are installed
-
name
:
ensure some further kde packages are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
gtk2-engines-oxygen
-
gtk2-engines-oxygen
-
gtk3-engines-breeze
-
gtk3-engines-breeze
...
...
This diff is collapsed.
Click to expand it.
client/tasks/proprietary.yml
+
1
−
1
View file @
344fb5bd
...
@@ -16,4 +16,4 @@
...
@@ -16,4 +16,4 @@
-
meta
:
flush_handlers
-
meta
:
flush_handlers
-
name
:
ensure proprietary google applications are installed
-
name
:
ensure proprietary google applications are installed
apt
:
name=google-chrome-stable state=
installed
apt
:
name=google-chrome-stable state=
present
This diff is collapsed.
Click to expand it.
client/tasks/software.yml
+
19
−
19
View file @
344fb5bd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# file: roles/client/tasks/desktop.yml
# file: roles/client/tasks/desktop.yml
-
name
:
ensure office applications are installed
-
name
:
ensure office applications are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
libreoffice
# this is a meta-package
-
libreoffice
# this is a meta-package
-
libreoffice-help-de
-
libreoffice-help-de
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
-
texstudio
-
texstudio
-
name
:
ensure artistic applications are installed
-
name
:
ensure artistic applications are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
inkscape
-
inkscape
-
gimp
-
gimp
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
-
gnuplot
-
gnuplot
-
name
:
ensure pdf applications are installed
-
name
:
ensure pdf applications are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
evince
-
evince
-
gv
-
gv
...
@@ -34,13 +34,13 @@
...
@@ -34,13 +34,13 @@
-
xournal
-
xournal
-
name
:
ensure finance applications are installed
-
name
:
ensure finance applications are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
gnucash
-
gnucash
-
kmymoney
-
kmymoney
-
name
:
ensure python packages are installed
-
name
:
ensure python packages are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
python-matplotlib
-
python-matplotlib
-
python-numpy
-
python-numpy
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
-
ipython3
-
ipython3
-
name
:
ensure haskell packages are installed
-
name
:
ensure haskell packages are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
pandoc
-
pandoc
-
ghc
-
ghc
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
-
happy
-
happy
-
name
:
ensure x11 development packages are installed
-
name
:
ensure x11 development packages are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
libasound2-dev
-
libasound2-dev
-
libx11-dev
-
libx11-dev
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
-
libxrandr-dev
-
libxrandr-dev
-
name
:
ensure other development environments are installed
-
name
:
ensure other development environments are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
default-jdk
-
default-jdk
-
octave
-
octave
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
# - libroot-bindings-python5.34
# - libroot-bindings-python5.34
-
name
:
ensure development applications are installed
-
name
:
ensure development applications are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
cmake
-
cmake
-
meld
-
meld
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
-
gdb
-
gdb
-
name
:
ensure mozilla applications are installed
-
name
:
ensure mozilla applications are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
thunderbird
-
thunderbird
-
thunderbird-l10n-de
-
thunderbird-l10n-de
...
@@ -120,13 +120,13 @@
...
@@ -120,13 +120,13 @@
# - xul-ext-kwallet5
# - xul-ext-kwallet5
-
name
:
ensure google applications are installed
-
name
:
ensure google applications are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
chromium
-
chromium
-
chromium-l10n
-
chromium-l10n
-
name
:
ensure chat applications are installed
-
name
:
ensure chat applications are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
pidgin
-
pidgin
-
pidgin-otr
-
pidgin-otr
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
-
weechat
-
weechat
-
name
:
ensure remote session applications are installed
-
name
:
ensure remote session applications are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
rdesktop
-
rdesktop
-
x2goclient
-
x2goclient
...
@@ -145,7 +145,7 @@
...
@@ -145,7 +145,7 @@
-
filezilla
-
filezilla
-
name
:
ensure audio environment is installed
-
name
:
ensure audio environment is installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
alsa-utils
-
alsa-utils
-
pulseaudio
-
pulseaudio
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
-
pavucontrol
-
pavucontrol
-
name
:
ensure multimedia applications are installed
-
name
:
ensure multimedia applications are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
vlc
-
vlc
-
mplayer
-
mplayer
...
@@ -161,13 +161,13 @@
...
@@ -161,13 +161,13 @@
-
ffmpeg
-
ffmpeg
-
name
:
ensure password managers are installed
-
name
:
ensure password managers are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
pass
-
pass
-
keepassx
-
keepassx
-
name
:
ensure non-desktop-environment applications are installed
-
name
:
ensure non-desktop-environment applications are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
i3-wm
-
i3-wm
-
i3status
-
i3status
...
@@ -185,7 +185,7 @@
...
@@ -185,7 +185,7 @@
-
scdaemon
-
scdaemon
-
name
:
ensure dictionaries and spell checkers are installed
-
name
:
ensure dictionaries and spell checkers are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
aspell-de
-
aspell-de
-
manpages-de
-
manpages-de
...
@@ -196,7 +196,7 @@
...
@@ -196,7 +196,7 @@
-
mythes-de
-
mythes-de
-
name
:
ensure additional fonts are installed
-
name
:
ensure additional fonts are installed
apt
:
name={{ item }} state=
installed
apt
:
name={{ item }} state=
present
with_items
:
with_items
:
-
ttf-mscorefonts-installer
-
ttf-mscorefonts-installer
-
ttf-opensymbol
-
ttf-opensymbol
...
...
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