Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
b7e5695e
Commit
b7e5695e
authored
Jul 03, 2017
by
julian.gethmann
Browse files
Add google chrome role
parent
588b3f12
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b7e5695e
...
...
@@ -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 @
b7e5695e
-
hosts
:
chrome
roles
:
-
google-chrome
hosts
View file @
b7e5695e
...
...
@@ -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 @
b7e5695e
---
-
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment