<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/yum_repos, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/'/>
<entry>
<title>cleanup roles after roles move to openshift-tools</title>
<updated>2016-04-15T13:35:54+00:00</updated>
<author>
<name>Joel Diaz</name>
<email>jdiaz@redhat.com</email>
</author>
<published>2016-04-08T17:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3681ab5fb2a39ccb06024e6ad514ad50df21f9d2'/>
<id>3681ab5fb2a39ccb06024e6ad514ad50df21f9d2</id>
<content type='text'>
also removing inventory/multi_inventory*

things left behind unchanged even though they were copied:
playbooks/adhoc/*
roles/dns
roles/kube_nfs_volumes
roles/os_update_latest
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also removing inventory/multi_inventory*

things left behind unchanged even though they were copied:
playbooks/adhoc/*
roles/dns
roles/kube_nfs_volumes
roles/os_update_latest
</pre>
</div>
</content>
</entry>
<entry>
<title>Containerization work by @sdodson</title>
<updated>2015-12-15T20:45:45+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2015-10-05T16:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=8e7c5c970b8adc83fd6d5cad115f4edb06b36d98'/>
<id>8e7c5c970b8adc83fd6d5cad115f4edb06b36d98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial containerization work from @ibotty</title>
<updated>2015-12-15T20:43:27+00:00</updated>
<author>
<name>Tobias Florek</name>
<email>tob@butter.sh</email>
</author>
<published>2015-09-23T11:51:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a0b6fc7db1be2cf6190d982f90e96f4c39a4c699'/>
<id>a0b6fc7db1be2cf6190d982f90e96f4c39a4c699</id>
<content type='text'>
copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
</pre>
</div>
</content>
</entry>
<entry>
<title>Fedora changes:</title>
<updated>2015-12-02T20:55:29+00:00</updated>
<author>
<name>Adam Miller</name>
<email>admiller@redhat.com</email>
</author>
<published>2015-11-18T22:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=af009a7a51d7b6f5799a14c452cc7db92727135e'/>
<id>af009a7a51d7b6f5799a14c452cc7db92727135e</id>
<content type='text'>
  - 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - 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
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor yum_repo role to handle multiple repos/files</title>
<updated>2015-04-09T19:17:21+00:00</updated>
<author>
<name>Jason DeTiberus</name>
<email>jdetiber@redhat.com</email>
</author>
<published>2015-04-09T16:58:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f28ff57f98140a1a22423df34d6457ee669fe714'/>
<id>f28ff57f98140a1a22423df34d6457ee669fe714</id>
<content type='text'>
- Rename yum_repo role to yum_repos
- Update yum_repos to take a more complex datastructure to describe multiple
  repo files and multiple repos within those files
- Update the template to support multiple repos within the repo file
- Update the template to allow for any key, value pair passed in instead of a
  hard coded list.
- Add assertions to verify the repo_files variable is properly defined
- Convert the legacy variables to the new repo_files variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Rename yum_repo role to yum_repos
- Update yum_repos to take a more complex datastructure to describe multiple
  repo files and multiple repos within those files
- Update the template to support multiple repos within the repo file
- Update the template to allow for any key, value pair passed in instead of a
  hard coded list.
- Add assertions to verify the repo_files variable is properly defined
- Convert the legacy variables to the new repo_files variable
</pre>
</div>
</content>
</entry>
</feed>
