Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-graylog-sidecar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
hdacloud
ansible-graylog-sidecar
Commits
56fb063b
Commit
56fb063b
authored
10 months ago
by
Alexander Käb
Browse files
Options
Downloads
Patches
Plain Diff
fix: only create a single tmp directory
parent
8c834642
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/main.yml
+1
-1
1 addition, 1 deletion
tasks/main.yml
tasks/sidecar.yml
+2
-0
2 additions, 0 deletions
tasks/sidecar.yml
with
3 additions
and
1 deletion
tasks/main.yml
+
1
−
1
View file @
56fb063b
...
...
@@ -22,7 +22,7 @@
-
name
:
Fail if 'ca-store' host group is missing while using opetion 'use_central_ca_host'
# noqa: run_once[task]
ansible.builtin.fail
:
msg
:
"
Please
add
a
host
group
'
sidecar-ca
'
with
the
host(s)
storing
the
CA
file
first"
msg
:
"
Please
add
a
host
group
'
ca-store
'
with
the
host(s)
storing
the
CA
file
first"
run_once
:
true
when
:
"
(not
('ca-store'
in
groups))
and
use_central_ca_host"
...
...
This diff is collapsed.
Click to expand it.
tasks/sidecar.yml
+
2
−
0
View file @
56fb063b
...
...
@@ -4,6 +4,7 @@
prefix
:
'
sidecar.'
delegate_to
:
localhost
register
:
sidecar_tmp_dir
run_once
:
true
-
name
:
Add sidecar repo (Debian | Ubuntu)
when
:
ansible_os_family == 'Debian'
...
...
@@ -60,6 +61,7 @@
state
:
absent
delegate_to
:
localhost
when
:
sidecar_tmp_dir.path is defined
run_once
:
true
-
name
:
Generate sidecar config
ansible.builtin.template
:
...
...
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