Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_lza_validators
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
ansible_lza_validators
Commits
3f359ec1
Commit
3f359ec1
authored
3 years ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
fix: ND-1993 - improve task names
parent
19f84997
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tasks/configure_apache.yml
+2
-2
2 additions, 2 deletions
tasks/configure_apache.yml
tasks/configure_local_mounts.yml
+1
-1
1 addition, 1 deletion
tasks/configure_local_mounts.yml
tasks/install_callas_pdf_engine.yml
+3
-8
3 additions, 8 deletions
tasks/install_callas_pdf_engine.yml
with
6 additions
and
11 deletions
tasks/configure_apache.yml
+
2
−
2
View file @
3f359ec1
---
---
### APACHE KONFIGURIEREN ###
### APACHE KONFIGURIEREN ###
-
name
:
Konfigurationsdateien einspielen (copied)
-
name
:
Apache-
Konfigurationsdateien einspielen (copied)
copy
:
copy
:
src
:
"
{{
item.src
}}"
src
:
"
{{
item.src
}}"
dest
:
"
{{
item.dest
}}"
dest
:
"
{{
item.dest
}}"
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
notify
:
notify
:
-
restart apache
-
restart apache
-
name
:
Konfigurationsdateien einspielen (templated)
-
name
:
Apache-
Konfigurationsdateien einspielen (templated)
template
:
template
:
src
:
"
{{
item.src
}}.j2"
src
:
"
{{
item.src
}}.j2"
dest
:
"
{{
item.dest
}}"
dest
:
"
{{
item.dest
}}"
...
...
This diff is collapsed.
Click to expand it.
tasks/configure_local_mounts.yml
+
1
−
1
View file @
3f359ec1
---
---
-
name
:
tmpfs
-
name
:
Mount tmpfs for non-persistent and fast /tmp directory
mount
:
mount
:
boot
:
"
yes"
boot
:
"
yes"
fstype
:
"
tmpfs"
fstype
:
"
tmpfs"
...
...
This diff is collapsed.
Click to expand it.
tasks/install_callas_pdf_engine.yml
+
3
−
8
View file @
3f359ec1
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
path
:
"
/usr/local/lib/callas_pdfEngineSDK_x64_Linux_{{
vault_callas_sdk_version
}}.tar.gz"
path
:
"
/usr/local/lib/callas_pdfEngineSDK_x64_Linux_{{
vault_callas_sdk_version
}}.tar.gz"
state
:
absent
state
:
absent
-
name
:
set permissions
-
name
:
set permissions
for PDFEngine
file
:
file
:
path
:
"
/usr/local/lib/callas_pdfEngine_SDK_x64"
path
:
"
/usr/local/lib/callas_pdfEngine_SDK_x64"
group
:
"
www-data"
group
:
"
www-data"
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
-
"
lib"
-
"
lib"
-
"
lang"
-
"
lang"
-
name
:
remove symlinks to distro version of libstdc++
-
name
:
remove symlinks to distro version of libstdc++
, because we need to use what's provided with PDFEngine
file
:
file
:
path
:
"
{{
item
}}"
path
:
"
{{
item
}}"
state
:
absent
state
:
absent
...
@@ -61,12 +61,7 @@
...
@@ -61,12 +61,7 @@
-
"
/usr/local/lib/callas_pdfEngine_SDK_x64/lib/libstdc++.so"
-
"
/usr/local/lib/callas_pdfEngine_SDK_x64/lib/libstdc++.so"
-
"
/usr/local/lib/callas_pdfEngine_SDK_x64/lib/libstdc++.so.6"
-
"
/usr/local/lib/callas_pdfEngine_SDK_x64/lib/libstdc++.so.6"
-
name
:
install packages
-
name
:
create symlinks to system libraries, because we need to use what's provided with PDFEngine
apt
:
name
:
"
libstdc++-8-dev"
state
:
present
-
name
:
create symlinks to system libraries
file
:
file
:
src
:
"
{{
item.src
}}"
src
:
"
{{
item.src
}}"
dest
:
"
{{
item.dest
}}"
dest
:
"
{{
item.dest
}}"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment