Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 1 | -2/+2 |
| | | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase. | ||||
* | Relocate filter plugins to lib_utils | Michael Gugino | 2017-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms. | ||||
* | Deprecate using Ansible tests as filters | Russell Teague | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | retry package operations | Luke Meyer | 2017-11-30 | 1 | -0/+2 |
| | | | | | | When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default). | ||||
* | Include Deprecation - openshift-master | Russell Teague | 2017-11-22 | 1 | -2/+1 |
| | |||||
* | Default to global setting for firewall. | Kenny Woodson | 2017-08-25 | 1 | -2/+2 |
| | |||||
* | Updated README to reflect refactor. Moved firewall initialize into separate ↵ | Kenny Woodson | 2017-08-10 | 2 | -2/+5 |
| | | | | file. | ||||
* | Adding a default condition and removing unneeded defaults. | Kenny Woodson | 2017-08-09 | 2 | -5/+4 |
| | |||||
* | First attempt at refactor of os_firewall | Kenny Woodson | 2017-08-08 | 4 | -4/+51 |
| | |||||
* | Rename cockpit-shell -> cockpit-system | Rodolfo Carvalho | 2017-06-16 | 1 | -1/+1 |
| | | | | | | | | The package name has changed. See https://bugzilla.redhat.com/show_bug.cgi?id=1461689 https://bugzilla.redhat.com/show_bug.cgi?id=1419718 | ||||
* | Refactored to use Ansible systemd module | Russell Teague | 2016-11-28 | 2 | -2/+2 |
| | | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide | ||||
* | Refactor to use Ansible package module | Russell Teague | 2016-11-17 | 1 | -1/+1 |
| | | | | | The Ansible package module will call the correct package manager for the underlying OS. | ||||
* | Move os_firewall_allow from defaults to role dependencies. | Andrew Butcher | 2016-06-01 | 2 | -5/+4 |
| | |||||
* | Default os_firewall_use_firewalld to false in os_firewall and remove overrides. | Andrew Butcher | 2016-05-02 | 1 | -1/+0 |
| | |||||
* | Don't enable cockpit-ws for containerized installs | Brenton Leanhardt | 2016-03-07 | 1 | -0/+1 |
| | |||||
* | Add cockpit-docker package by default | Kenjiro Nakayama | 2016-03-04 | 1 | -0/+1 |
| | |||||
* | First past at the upgrade process | Brenton Leanhardt | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Install cockpit, logrotate and fluentd unless host is atomic. | Andrew Butcher | 2016-01-26 | 1 | -1/+1 |
| | |||||
* | Skip yum/dnf ops when is_containerized | Scott Dodson | 2015-12-15 | 1 | -0/+1 |
| | |||||
* | Remove yum / dnf duplication | Scott Dodson | 2015-12-09 | 1 | -15/+1 |
| | |||||
* | Fedora changes: | Adam Miller | 2015-12-02 | 1 | -0/+12 |
| | | | | | | | | | | | | | - 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 | ||||
* | Add cockpit-ws with cockpit-kubernetes plugin | Scott Dodson | 2015-08-28 | 3 | -0/+36 |