Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_lza_ingest
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_ingest
Commits
91dfec12
Commit
91dfec12
authored
4 months ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
feat: install Harlequin SQLite TUI
parent
8b17835f
No related branches found
No related tags found
No related merge requests found
Pipeline
#9039
passed
4 months ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/install_packages.yml
+16
-1
16 additions, 1 deletion
tasks/install_packages.yml
tasks/main.yml
+4
-4
4 additions, 4 deletions
tasks/main.yml
with
20 additions
and
5 deletions
tasks/install_packages.yml
+
16
−
1
View file @
91dfec12
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,8 @@
'
tar'
,
'
tar'
,
'
unzip'
,
'
unzip'
,
'
imagemagick'
,
'
imagemagick'
,
'
libtiff-tools'
'
libtiff-tools'
,
'
python3-virtualenv'
,
]
]
state
:
present
state
:
present
update_cache
:
true
update_cache
:
true
...
@@ -50,3 +51,17 @@
...
@@ -50,3 +51,17 @@
'
perl-modules-5.36'
,
'
perl-modules-5.36'
,
]
]
state
:
present
state
:
present
-
name
:
Install harlequin SQL TUI into virtualenv
ansible.builtin.pip
:
chdir
:
"
/opt/"
name
:
"
harlequin"
virtualenv
:
"
harlequin"
virtualenv_python
:
"
python3"
-
name
:
Leave info that Harlequin was installed legitimately.
ansible.builtin.lineinfile
:
path
:
"
/opt/harlequin_INFO.txt"
mode
:
"
0o644"
create
:
true
line
:
"
Huhu,
Jörg
hier.
Harlequin
darf
hier
sein
(https://github.com/tconbeer/harlequin.)"
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
4
−
4
View file @
91dfec12
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
-
name
:
install dependencies for Submission Application
-
name
:
install dependencies for Submission Application
ansible.builtin.import_tasks
:
"
install_packages.yml"
ansible.builtin.import_tasks
:
"
install_packages.yml"
tags
:
[
subapp
]
tags
:
[
packages
,
subapp
]
-
name
:
set Kernel parameters
-
name
:
set Kernel parameters
ansible.builtin.import_tasks
:
"
configure_kernel_parameters.yml"
ansible.builtin.import_tasks
:
"
configure_kernel_parameters.yml"
...
@@ -77,9 +77,9 @@
...
@@ -77,9 +77,9 @@
ansible.builtin.import_tasks
:
"
configure_iptables_externalusers.yml"
ansible.builtin.import_tasks
:
"
configure_iptables_externalusers.yml"
tags
:
[
iptables
]
tags
:
[
iptables
]
#- name: install tools for Technical Analysts
#
- name: install tools for Technical Analysts
# ansible.builtin.import_tasks: "install_ta_tools.yml"
#
ansible.builtin.import_tasks: "install_ta_tools.yml"
# tags: [ta, apt]
#
tags: [ta, apt]
-
name
:
install scripts and services for moving old logs to archive
-
name
:
install scripts and services for moving old logs to archive
ansible.builtin.import_tasks
:
"
install_move_logs.yml"
ansible.builtin.import_tasks
:
"
install_move_logs.yml"
...
...
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