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
5fde9f4f
Commit
5fde9f4f
authored
9 years ago
by
Lars Beckers
Committed by
Thomas Schneider
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
split off role terminalserver from portal
parent
47c68e21
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
terminalserver/tasks/main.yml
+13
-0
13 additions, 0 deletions
terminalserver/tasks/main.yml
terminalserver/tasks/x2go.yml
+47
-0
47 additions, 0 deletions
terminalserver/tasks/x2go.yml
with
60 additions
and
0 deletions
terminalserver/tasks/main.yml
0 → 100644
+
13
−
0
View file @
5fde9f4f
---
# file: roles/portal/tasks/main.yml
-
name
:
ensure additional software is installed
apt
:
name={{ item }} state=present
with_items
:
-
etherwake
-
wakeonlan
tags
:
-
packages
-
include
:
x2go.yml
-
meta
:
flush_handlers
This diff is collapsed.
Click to expand it.
terminalserver/tasks/x2go.yml
0 → 100644
+
47
−
0
View file @
5fde9f4f
---
# file: roles/portal/tasks/x2go.yml
-
name
:
ensure apt key for x2go is present
apt_key
:
keyserver=keys.gnupg.net id=E1F958385BFE2B6E state=present
tags
:
-
x2go
-
repos
-
name
:
ensure repository for x2go is in apt sources
apt_repository
:
repo='deb http://packages.x2go.org/debian jessie main' state=present
tags
:
-
x2go
-
repos
-
name
:
ensure apt cache is updated
apt
:
update_cache=yes
tags
:
-
x2go
-
packages
-
name
:
ensure x2go keyring is installed
apt
:
name=x2go-keyring state=present
tags
:
-
x2go
-
packages
-
name
:
ensure apt cache is updated again
apt
:
update_cache=yes
tags
:
-
x2go
-
packages
-
name
:
ensure x2go server is installed
apt
:
name={{ item }} state=latest
with_items
:
-
x2goserver
-
x2goserver-xsession
tags
:
-
x2go
-
packages
-
name
:
ensure x2go server is running and enabled
service
:
name=x2goserver state=running enabled=yes
tags
:
-
x2go
-
service
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