|
@@ -1,12 +1,12 @@
|
|
|
---
|
|
|
- fail:
|
|
|
msg: "fluentd master is not yet supported on atomic hosts"
|
|
|
- when: openshift.common.is_containerized | bool
|
|
|
+ when: openshift.common.is_atomic | bool
|
|
|
|
|
|
# TODO: Update fluentd install and configuration when packaging is complete
|
|
|
- name: download and install td-agent
|
|
|
action: "{{ ansible_pkg_mgr }} name='http://packages.treasuredata.com/2/redhat/7/x86_64/td-agent-2.2.0-0.x86_64.rpm' state=present"
|
|
|
- when: not openshift.common.is_containerized | bool
|
|
|
+ when: not openshift.common.is_atomic | bool
|
|
|
|
|
|
- name: Verify fluentd plugin installed
|
|
|
command: '/opt/td-agent/embedded/bin/gem query -i fluent-plugin-kubernetes'
|