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
923ffc8e
Commit
923ffc8e
authored
Nov 08, 2017
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix linting issues
parent
a6462b5a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
6 deletions
+11
-6
roles/clients/tasks/cups.yml
roles/clients/tasks/cups.yml
+2
-2
roles/clients/tasks/kill_x.yml
roles/clients/tasks/kill_x.yml
+1
-1
roles/common/tasks/main.yml
roles/common/tasks/main.yml
+1
-1
roles/common/tasks/yumrepos.yml
roles/common/tasks/yumrepos.yml
+1
-1
roles/inovesa/tasks/main.yml
roles/inovesa/tasks/main.yml
+2
-1
sites.yml
sites.yml
+4
-0
No files found.
roles/clients/tasks/cups.yml
View file @
923ffc8e
...
...
@@ -15,8 +15,8 @@
-
name
:
copy CUPS' configs
become
:
yes
copy
:
src
:
"
{{
item
}}"
copy
:
src
:
"
{{
item
}}"
dest
:
/etc/cups
backup
:
yes
group
:
lp
...
...
roles/clients/tasks/kill_x.yml
View file @
923ffc8e
---
-
name
:
check
-
name
:
check
become
:
yes
blockinfile
:
block
:
|
...
...
roles/common/tasks/main.yml
View file @
923ffc8e
...
...
@@ -3,7 +3,7 @@
-
import_tasks
:
hostname.yml
# - import_tasks: networking.yml
-
import_tasks
:
sshd.yml
when
:
"
'laptop'
not
in
group_names"
when
:
"
'laptop'
not
in
group_names"
-
import_tasks
:
sudoer.yml
-
import_tasks
:
sysupdate.yml
-
import_tasks
:
ntp.yml
...
...
roles/common/tasks/yumrepos.yml
View file @
923ffc8e
...
...
@@ -13,7 +13,7 @@
yum_repository
:
name
:
lasrepo-nonfree
description
:
Laboratory for Applications of Synchrotron radiation (CS)
baseurl
:
baseurl
:
-
"
https://las101.las.kit.edu/lasrepo/${releasever}/${basearch}/"
-
"
https://las100.las.kit.edu/lasrepo/${releasever}/${basearch}/"
enabled
:
yes
...
...
roles/inovesa/tasks/main.yml
View file @
923ffc8e
...
...
@@ -56,6 +56,7 @@
clone
:
yes
depth
:
1
dest
:
/usr/local/Inovesa
version
:
HEAD
-
name
:
cmake Inovesa
become
:
yes
...
...
@@ -63,7 +64,7 @@
args
:
chdir
:
/usr/local/Inovesa/
creates
:
/usr/local/Inovesa/Makefile
-
name
:
make Inovesa
become
:
yes
make
:
...
...
sites.yml
View file @
923ffc8e
...
...
@@ -19,7 +19,11 @@
# tags: latex
-
import_playbook
:
kdev.yml
tags
:
kdev
-
import_playbook
:
pycharm.yml
tags
:
pycharm
-
import_playbook
:
python.yml
tags
:
python
-
import_playbook
:
ipynb.yml
tags
:
[
python
,
notebook
]
-
import_playbook
:
inovesa.yml
tags
:
inovesa
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