Roles for td-agent and td-agent-bit
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user