Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fluentd-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
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
Ansible
Roles
fluentd-client
Compare revisions
132ce3e528dc9bad6fb99777e34f0cf74655451e to 0bb0c0d76100dab052dc9fa940e57f71a1ff34cf
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ansible/roles/fluentd-client
Select target project
No results found
0bb0c0d76100dab052dc9fa940e57f71a1ff34cf
Select Git revision
Branches
main
Swap
Target
ansible/roles/fluentd-client
Select target project
ansible/roles/fluentd-client
1 result
132ce3e528dc9bad6fb99777e34f0cf74655451e
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
fluentd#6
Upgrade to version 4
· 0bb0c0d7
jurgenhaas
authored
4 years ago
0bb0c0d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/fluentd-client.yml
+2
-1
2 additions, 1 deletion
tasks/fluentd-client.yml
with
2 additions
and
1 deletion
tasks/fluentd-client.yml
View file @
0bb0c0d7
...
...
@@ -25,7 +25,7 @@
-
name
:
Apt Repository
apt_repository
:
repo
:
'
deb
[arch=amd64]
http://packages.treasuredata.com/
3
/ubuntu/{{
ansible_distribution_release
}}/
{{
ansible_distribution_release
}}
contrib'
repo
:
'
deb
[arch=amd64]
http://packages.treasuredata.com/
4
/ubuntu/{{
ansible_distribution_release
}}/
{{
ansible_distribution_release
}}
contrib'
state
:
present
mode
:
0644
...
...
@@ -43,6 +43,7 @@
-
fluent-plugin-record-modifier
-
fluent-plugin-mail
-
fluent-plugin-beats
-
fluent-plugin-td-monitoring
-
name
:
Ensure SSL Directory
file
:
...
...
This diff is collapsed.
Click to expand it.