https://github.com/application-research/logtail-playbook
A playbook to connect or disconnect many hosts to Logtail with Ansible.
https://github.com/application-research/logtail-playbook
Last synced: about 1 year ago
JSON representation
A playbook to connect or disconnect many hosts to Logtail with Ansible.
- Host: GitHub
- URL: https://github.com/application-research/logtail-playbook
- Owner: application-research
- License: mit
- Created: 2023-05-25T07:04:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T10:50:20.000Z (about 3 years ago)
- Last Synced: 2025-01-25T04:11:13.112Z (over 1 year ago)
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logtail-playbook
A simple playbook to connect clients to Better Stack's Logtail.
## Connecting clients
After defining a [logtail_clients] inventory, run the connect.yml playbook:
`$ ansible-playbook connect.yml`
## Disconnecting clients
If something goes wrong it's easier to start again with the disconnect.yml playbook:
`$ ansible-playbook disconnect.yml`