try async-connect for container logging to fluentd

This commit is contained in:
2017-11-11 09:34:46 -05:00
parent 1d814563e4
commit 785db4ec18
10 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
# install virtual box guest additions on ubuntu16.04
- name: install system packages
apt:
state: present
name: "{{item}}"
update_cache: yes
with_items:
- virtualbox-guest-dkms
when: ansible_virtualization_role == "guest"