summaryrefslogtreecommitdiffstats
path: root/roles/fluentd_node/tasks/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove fluentd_master and fluentd_node roles.Andrew Butcher2016-02-081-57/+0
|
* Install cockpit, logrotate and fluentd unless host is atomic.Andrew Butcher2016-01-261-3/+2
|
* Skip yum/dnf ops when is_containerizedScott Dodson2015-12-151-0/+1
|
* Containerization work by @sdodsonScott Dodson2015-12-151-1/+1
|
* Initial containerization work from @ibottyTobias Florek2015-12-151-0/+4
| | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* Remove yum / dnf duplicationScott Dodson2015-12-091-10/+1
|
* Fedora changes:Adam Miller2015-12-021-0/+7
| | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
* Templatize configs and 0.5.2 changesJason DeTiberus2015-06-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | - Templatize node config - Templatize master config - Integrated sdn changes - Updates for openshift_facts - Added support for node, master and sdn related changes - registry_url - added identity provider facts - Removed openshift_sdn_* roles - Install httpd-tools if configuring htpasswd auth - Remove references to external_id - Setting external_id interferes with nodes associating with the generated node object when pre-registering nodes. - osc/oc and osadm/oadm binary detection in openshift_facts Misc Changes: - make non-errata puddle default for byo example - comment out master in list of nodes in inventory/byo/hosts - remove non-error errors from fluentd_* roles - Use admin kubeconfig instead of openshift-client
* * Do not reinstall gem if it existsJhon Honce2015-06-011-0/+6
|
* Install fluentd on nodes and masterJhon Honce2015-05-291-0/+48
* Configure fluentd to aggragate container logs