Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ucegg
ansible
Commits
41f09b18
Commit
41f09b18
authored
Nov 08, 2017
by
julian.gethmann
Browse files
Fix linting issues
parent
da4fdb46
Changes
6
Hide whitespace changes
Inline
Side-by-side
roles/clients/tasks/cups.yml
View file @
41f09b18
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
-
name
:
copy CUPS' configs
-
name
:
copy CUPS' configs
become
:
yes
become
:
yes
copy
:
copy
:
src
:
"
{{
item
}}"
src
:
"
{{
item
}}"
dest
:
/etc/cups
dest
:
/etc/cups
backup
:
yes
backup
:
yes
group
:
lp
group
:
lp
...
...
roles/clients/tasks/kill_x.yml
View file @
41f09b18
---
---
-
name
:
check
-
name
:
check
become
:
yes
become
:
yes
blockinfile
:
blockinfile
:
block
:
|
block
:
|
...
...
roles/common/tasks/main.yml
View file @
41f09b18
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
-
import_tasks
:
hostname.yml
-
import_tasks
:
hostname.yml
# - import_tasks: networking.yml
# - import_tasks: networking.yml
-
import_tasks
:
sshd.yml
-
import_tasks
:
sshd.yml
when
:
"
'laptop'
not
in
group_names"
when
:
"
'laptop'
not
in
group_names"
-
import_tasks
:
sudoer.yml
-
import_tasks
:
sudoer.yml
-
import_tasks
:
sysupdate.yml
-
import_tasks
:
sysupdate.yml
-
import_tasks
:
ntp.yml
-
import_tasks
:
ntp.yml
...
...
roles/common/tasks/yumrepos.yml
View file @
41f09b18
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
yum_repository
:
yum_repository
:
name
:
lasrepo-nonfree
name
:
lasrepo-nonfree
description
:
Laboratory for Applications of Synchrotron radiation (CS)
description
:
Laboratory for Applications of Synchrotron radiation (CS)
baseurl
:
baseurl
:
-
"
https://las101.las.kit.edu/lasrepo/${releasever}/${basearch}/"
-
"
https://las101.las.kit.edu/lasrepo/${releasever}/${basearch}/"
-
"
https://las100.las.kit.edu/lasrepo/${releasever}/${basearch}/"
-
"
https://las100.las.kit.edu/lasrepo/${releasever}/${basearch}/"
enabled
:
yes
enabled
:
yes
...
...
roles/inovesa/tasks/main.yml
View file @
41f09b18
...
@@ -56,6 +56,7 @@
...
@@ -56,6 +56,7 @@
clone
:
yes
clone
:
yes
depth
:
1
depth
:
1
dest
:
/usr/local/Inovesa
dest
:
/usr/local/Inovesa
version
:
HEAD
-
name
:
cmake Inovesa
-
name
:
cmake Inovesa
become
:
yes
become
:
yes
...
@@ -63,7 +64,7 @@
...
@@ -63,7 +64,7 @@
args
:
args
:
chdir
:
/usr/local/Inovesa/
chdir
:
/usr/local/Inovesa/
creates
:
/usr/local/Inovesa/Makefile
creates
:
/usr/local/Inovesa/Makefile
-
name
:
make Inovesa
-
name
:
make Inovesa
become
:
yes
become
:
yes
make
:
make
:
...
...
sites.yml
View file @
41f09b18
...
@@ -19,7 +19,11 @@
...
@@ -19,7 +19,11 @@
# tags: latex
# tags: latex
-
import_playbook
:
kdev.yml
-
import_playbook
:
kdev.yml
tags
:
kdev
tags
:
kdev
-
import_playbook
:
pycharm.yml
tags
:
pycharm
-
import_playbook
:
python.yml
-
import_playbook
:
python.yml
tags
:
python
tags
:
python
-
import_playbook
:
ipynb.yml
-
import_playbook
:
ipynb.yml
tags
:
[
python
,
notebook
]
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