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
903ec772
Commit
903ec772
authored
Jan 14, 2019
by
julian.gethmann
Browse files
Options
Browse Files
Download
Plain Diff
Fix issues with LaTeX
* Fix syntax errors * Update path * Workaround for broken Arial role
parents
9f6a716b
2f7d2c45
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
18 deletions
+17
-18
roles/latex/tasks/KITLaTeX.yml
roles/latex/tasks/KITLaTeX.yml
+10
-14
sites.yml
sites.yml
+7
-4
No files found.
roles/latex/tasks/KITLaTeX.yml
View file @
903ec772
...
@@ -32,12 +32,13 @@
...
@@ -32,12 +32,13 @@
state
:
directory
state
:
directory
register
:
tmpdir
register
:
tmpdir
# This should be changed when the Arial task is working
-
name
:
clone git repo
-
name
:
clone git repo
git
:
git
:
repo
:
https://git.scc.kit.edu/las/templates/KITlatex.git
repo
:
"
https://git.scc.kit.edu/las-software/15-4-Utilities/KITlatex.git"
dest
:
"
{{
tmpdir.path
}}"
dest
:
"
{{
tmpdir.path
}}"
clone
:
yes
clone
:
yes
version
:
HEAD
version
:
helvetica
update
:
yes
update
:
yes
become
:
yes
become
:
yes
register
:
kit_git
register
:
kit_git
...
@@ -50,14 +51,12 @@
...
@@ -50,14 +51,12 @@
-
name
:
copy tex files
-
name
:
copy tex files
become
:
yes
become
:
yes
copy
:
synchronize
:
src
:
"
{{
item
}}"
src
:
"
{{
tmpdir.path
}}/tex/latex/KIT"
dest
:
"
{{
texpath
}}/tex/latex/KIT/"
dest
:
"
{{
texpath
}}/tex/latex/KIT"
remote_src
:
yes
notify
:
notify
:
-
update latex
-
update latex
with_fileglob
:
delegate_to
:
"
{{
inventory_hostname
}}"
-
"
{{
tmpdir.path
}}/tex/latex/KIT/*"
-
name
:
create doc dir
-
name
:
create doc dir
become
:
yes
become
:
yes
...
@@ -67,14 +66,11 @@
...
@@ -67,14 +66,11 @@
-
name
:
copy pdf files
-
name
:
copy pdf files
become
:
yes
become
:
yes
copy
:
synchronize
:
src
:
"
{{
item
}}"
src
:
"
{{
tmpdir.path
}}/doc/latex/KIT"
dest
:
"
{{
texpath
}}/doc/latex/KIT/"
dest
:
"
{{
texpath
}}/doc/latex/KIT"
remote_src
:
yes
notify
:
notify
:
-
update latex
-
update latex
with_fileglob
:
-
"
{{
tmpdir.path
}}/doc/latex/KIT/*"
# This should be deleted when the Arial task is working
# This should be deleted when the Arial task is working
-
name
:
hack Helvetica into KIT styles due to broken font installation
-
name
:
hack Helvetica into KIT styles due to broken font installation
...
...
sites.yml
View file @
903ec772
...
@@ -37,7 +37,10 @@
...
@@ -37,7 +37,10 @@
tags
:
epics
tags
:
epics
-
name
:
Example playbook sending mail to root
-
name
:
Example playbook sending mail to root
mail
:
hosts
:
all
subject
:
System {{ ansible_hostname }} has been successfully provisioned.
tasks
:
to
:
Julian Gethmann <gethmann@kit.edu>
-
name
:
send mail to me
delegate_to
:
localhost
mail
:
subject
:
System {{ ansible_hostname }} has been successfully provisioned.
to
:
Julian Gethmann <gethmann@kit.edu>
delegate_to
:
localhost
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