File tree Expand file tree Collapse file tree 5 files changed +15
-8
lines changed
Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 11<!--
22
33Have you read Idealista's Code of Conduct? By filling an Issue, you are expected to comply with it,
4- including treating everyone with respect: https://github.com/idealista/idealista /blob/master/CODE_OF_CONDUCT.md
4+ including treating everyone with respect: https://github.com/idealista/fluentd-role /blob/master/CODE_OF_CONDUCT.md
55
66-->
77
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
44
55## [ Unreleased] ( https://github.com/idealista/fluentd-role/tree/develop )
66
7+ ## [ 1.2.1] ( https://github.com/idealista/fluentd-role/tree/1.2.1 )
8+ ## [ Full Changelog] ( https://github.com/idealista/fluentd-role/compare/1.2.0...1.2.1 )
9+ ### Fixed
10+ - * [ #17 ] ( https://github.com/idealista/fluentd-role/issues/17 ) Fixing service kill* @dortegau
11+
12+
713## [ 1.2.0] ( https://github.com/idealista/fluentd-role/tree/1.2.0 )
814## [ Full Changelog] ( https://github.com/idealista/fluentd-role/compare/1.1.2...1.2.0 )
915## Added
Original file line number Diff line number Diff line change 33[ ![ Build Status] ( https://travis-ci.org/idealista/fluentd-role.svg?branch=master )] ( https://travis-ci.org/idealista/fluentd-role )
44# Fluentd Ansible role
55
6- This ansible role installs fluent agent in a debian environment.
6+ This ansible role installs fluent agent in a Debian environment.
77
88- [ Getting Started] ( #getting-started )
99 - [Prerequisities](#prerequisities)
@@ -18,7 +18,7 @@ This ansible role installs fluent agent in a debian environment.
1818
1919## Getting Started
2020
21- These instructions will get you a copy of the role for your ansible playbook. Once launched, it will install a [ fluentd] ( https://fluentd.io/ ) agent.
21+ These instructions will get you a copy of the role for your Ansible playbook. Once launched, it will install a [ fluentd] ( https://fluentd.io/ ) agent.
2222
2323### Prerequisities
2424
@@ -81,9 +81,9 @@ See also the list of [contributors](https://github.com/idealista/fluentd-role/co
8181
8282## License
8383
84- ![ Apache 2.0 Licence ] ( https://img.shields.io/hexpm/l/plug.svg )
84+ ![ Apache 2.0 License ] ( https://img.shields.io/hexpm/l/plug.svg )
8585
86- This project is licensed under the [ Apache 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) license - see the [ LICENSE.txt ] ( LICENSE.txt ) file for details.
86+ This project is licensed under the [ Apache 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) license - see the [ LICENSE] ( LICENSE ) file for details.
8787
8888## Contributing
8989
Original file line number Diff line number Diff line change 11---
22galaxy_info :
3- company : Idealista S.A.
3+ company : Idealista S.A.U
44 description : Fluentd is a data collector for unified logging layer.
55 min_ansible_version : 2.2.1.0
66 license : Apache 2.0
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ User={{ fluentd_user }}
1111Group={{ fluentd_group }}
1212
1313ExecStart=/usr/local/bin/fluentd -d /run/fluentd/fluentd.pid -c {{ fluentd_conf_path }}/fluent.conf -o {{ fluentd_log_file }}
14- ExecStop=/usr/ bin/kill $MAINPID
14+ ExecStop=/bin/kill $MAINPID
1515Restart=always
16+ KillSignal=SIGTERM
1617
1718[Install]
18- WantedBy=multi-user.target
19+ WantedBy=multi-user.target
You can’t perform that action at this time.
0 commit comments