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
75b39ded
Commit
75b39ded
authored
Apr 20, 2018
by
julian.gethmann
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add role undulator_control for the development of the controls for the Jena TGU project
parent
41060dcf
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
59 additions
and
1 deletion
+59
-1
README.md
README.md
+1
-0
hosts
hosts
+3
-0
roles/clients/tasks/ms_fonts.yml
roles/clients/tasks/ms_fonts.yml
+1
-1
roles/undulator_control/meta/main.yml
roles/undulator_control/meta/main.yml
+4
-0
roles/undulator_control/tasks/main.yml
roles/undulator_control/tasks/main.yml
+3
-0
roles/undulator_control/tasks/qtcreator.yml
roles/undulator_control/tasks/qtcreator.yml
+6
-0
roles/undulator_control/tasks/software.yml
roles/undulator_control/tasks/software.yml
+37
-0
undulator_control.yml
undulator_control.yml
+4
-0
No files found.
README.md
View file @
75b39ded
...
...
@@ -50,6 +50,7 @@ Open an issue in the GitLab issue tracker and use the template for softwarereque
*
chrome.yml: Google Chrome for Fedora (for Adobe Connect usage)
*
elegant.yml: elegant (no Pelegant, yet)
*
inovesa.yml:
[
Inovesa
](
https://github.com/Inovesa/Inovesa
)
*
undulator_control.yml: Install the software stack that is necessary to develop the control system for the JENA TGU experiment
^1: (also put your FQDN to the
\[
common
\]
section in the hosts file as it depends hereon)
...
...
hosts
View file @
75b39ded
...
...
@@ -124,6 +124,9 @@ las120.las.kit.edu
las122.las.kit.edu
# semi stable
[tgu]
las115.las.kit.edu
[local]
# 127.0.0.1 ansible_connection=local
...
...
roles/clients/tasks/ms_fonts.yml
View file @
75b39ded
...
...
@@ -3,6 +3,6 @@
become
:
true
dnf
:
name
:
https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm
state
:
installed
state
:
installed
tags
:
fonts
when
:
ansible_distribution == "Fedora"
roles/undulator_control/meta/main.yml
0 → 100644
View file @
75b39ded
---
dependencies
:
-
{
role
:
clients
}
-
{
role
:
epics
}
roles/undulator_control/tasks/main.yml
0 → 100644
View file @
75b39ded
---
-
import_tasks
:
software.yml
-
import_tasks
:
qtcreator.yml
roles/undulator_control/tasks/qtcreator.yml
0 → 100644
View file @
75b39ded
---
-
name
:
install Qt Creator
become
:
yes
package
:
name
:
qt-creator
state
:
present
roles/undulator_control/tasks/software.yml
0 → 100644
View file @
75b39ded
---
-
name
:
install swig as pcaspy dependency
become
:
yes
package
:
name
:
swig
state
:
present
-
name
:
install pcaspy and pyepics
become
:
yes
pip
:
name
:
"
{{
item
}}"
state
:
present
executable
:
pip3
loop
:
-
pcaspy
-
pyepics
environment
:
EPICS_BASE
:
"
/usr/local/share/base-{{
epics_version
}}"
EPICS_HOST_ARCH
:
"
linux-{{
ansible_architecture
}}"
LD_LIBRARY_PATH
:
"
/usr/local/share/base-{{
epics_version
}}/lib/linux-{{
ansible_architecture
}}:$LD_LIBRARY_PATH"
tags
:
-
python3
-
name
:
install pcaspy and pyepics for legacy Python
become
:
yes
pip
:
name
:
"
{{
item
}}"
state
:
present
loop
:
-
pcaspy
-
pyepics
environment
:
EPICS_BASE
:
"
/usr/local/share/base-{{
epics_version
}}"
EPICS_HOST_ARCH
:
"
linux-{{
ansible_architecture
}}"
LD_LIBRARY_PATH
:
"
/usr/local/share/base-{{
epics_version
}}/lib/linux-{{
ansible_architecture
}}:$LD_LIBRARY_PATH"
tags
:
-
python2
undulator_control.yml
0 → 100644
View file @
75b39ded
---
-
hosts
:
tgu
roles
:
-
undulator_control
julian.gethmann
@gethmann
mentioned in issue
#9 (closed)
·
Apr 25, 2018
mentioned in issue
#9 (closed)
mentioned in issue #9
Toggle commit list
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