Roles for td-agent and td-agent-bit

This commit is contained in:
2016-12-18 17:04:42 -05:00
parent c26a0e2d21
commit a519e04791
13 changed files with 183 additions and 23 deletions

View File

@@ -3,7 +3,7 @@
- hosts: managed
# remote_user: anansibsible
gather_facts: yes
gather_facts: no
become: true
vars:
@@ -20,6 +20,11 @@
- sudo
- users_groups:
# prepare python for ansible
pre_tasks:
- raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
- setup: # aka gather_facts
roles:
- novuso.users