Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ansible
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
36
Issues
36
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
aaadf784
Commit
aaadf784
authored
Jul 03, 2017
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add google chrome role
parent
5e03b357
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
0 deletions
+26
-0
README.md
README.md
+1
-0
chrome.yml
chrome.yml
+3
-0
hosts
hosts
+6
-0
roles/google-chrome/tasks/main.yml
roles/google-chrome/tasks/main.yml
+16
-0
No files found.
README.md
View file @
aaadf784
...
...
@@ -34,6 +34,7 @@ Open an issue in the GitLab issue tracker with the label: softwarerequest
* latex.yml: basic LaTeX installation (KIT classes not yet) ^1
* kdev.yml: KDevelope (with Python PlugIn) ^1
* pycharm.yml: PyCharm IDE
* chrome.yml: Google^{tm} Chrome^{tm} for Fedora
^1: (also put your FQDN to the \[common\] section in the hosts file as it depends hereon)
^3: (also put your FQDN to the \[lasarchiv\] section in the hosts file as it depends hereon)
...
...
chrome.yml
0 → 100644
View file @
aaadf784
-
hosts
:
chrome
roles
:
-
google-chrome
hosts
View file @
aaadf784
...
...
@@ -35,6 +35,12 @@ las-gethmann.las.kit.edu
las-gethmann.las.kit.edu
las113.las.kit.edu
[pycharm]
las-gethmann.las.kit.edu
[chrome]
las-gethmann.las.kit.edu
[latex]
las-gethmann.las.kit.edu
las122.las.kit.edu
...
...
roles/google-chrome/tasks/main.yml
0 → 100644
View file @
aaadf784
---
-
name
:
install yum repo
become
:
yes
yum_repository
:
name
:
google-chrome
description
:
google-chrome
baseurl
:
http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled
:
yes
gpgcheck
:
yes
gpgkey
:
https://dl-ssl.google.com/linux/linux_signing_key.pub
-
name
:
install chrome
become
:
yes
dnf
:
name
:
google-chrome-stable
state
:
installed
Write
Preview
Markdown
is supported
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