summaryrefslogtreecommitdiffstats
path: root/roles/openshift_excluder/README.md
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-02-06 13:34:14 -0500
committerScott Dodson <sdodson@redhat.com>2017-02-06 13:34:14 -0500
commit0db7598e374351a0380f5ba747c07f6aa82c912e (patch)
tree791a31284caaadab73c7ae8ef5f5ca0d8e9dcc66 /roles/openshift_excluder/README.md
parentacdedc802b051252a93e40a5a19112674e338bd1 (diff)
downloadopenshift-0db7598e374351a0380f5ba747c07f6aa82c912e.tar.gz
openshift-0db7598e374351a0380f5ba747c07f6aa82c912e.tar.bz2
openshift-0db7598e374351a0380f5ba747c07f6aa82c912e.tar.xz
openshift-0db7598e374351a0380f5ba747c07f6aa82c912e.zip
Add openshift_excluder role
- install -- installs excluders, which enables them too - exclude -- enables the excludes - unexclude -- disables the excludes - status -- sets facts based on status, included in main.yml - reset -- sets excluders back to original state based on recorded facts
Diffstat (limited to 'roles/openshift_excluder/README.md')
-rw-r--r--roles/openshift_excluder/README.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/roles/openshift_excluder/README.md b/roles/openshift_excluder/README.md
new file mode 100644
index 000000000..6c90b4e96
--- /dev/null
+++ b/roles/openshift_excluder/README.md
@@ -0,0 +1,44 @@
+OpenShift Excluder
+================
+
+Manages the excluder packages which add yum and dnf exclusions ensuring that
+the packages we care about are not inadvertantly updated. See
+https://github.com/openshift/origin/tree/master/contrib/excluder
+
+Requirements
+------------
+openshift_facts
+
+
+Facts
+-----
+
+| Name | Default Value | Description |
+-----------------------------|---------------|----------------------------------------|
+| docker_excluder_enabled | none | Records the status of docker excluder |
+| openshift_excluder_enabled | none | Records the status of the openshift excluder |
+
+Role Variables
+--------------
+None
+
+Dependencies
+------------
+
+Example Playbook
+----------------
+
+
+TODO
+----
+It should be possible to manage the two excluders independently though that's not a hard requirement. However it should be done to manage docker on RHEL Containerized hosts.
+
+License
+-------
+
+Apache License, Version 2.0
+
+Author Information
+------------------
+
+Scott Dodson (sdodson@redhat.com)