Files
provisioning/roles/td-agent-bit/tasks/main.yml
richard c26a0e2d21 update requirements.yml and ansible.config
start home.xai-corp.net and home02.xai-corp.net playbooks
2016-12-12 07:23:37 -05:00

25 lines
439 B
YAML

---
# install fluentd td-agent bit log forwarder
- name: install GPG key
apt_key:
state: present
url: http://packages.fluentbit.io/fluentbit.key
- name: install repo
apt_repository:
state: present
repo: deb http://packages.fluentbit.io/ubuntu xenial main
- name: update database
apt:
update_cache: true
- name: install package
apt:
state: present
name: td-agent-bit
notify: restart td-agent-bit