<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_examples/tasks, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/atom?h=ands</id>
<link rel='self' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/atom?h=ands'/>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/'/>
<updated>2018-01-09T21:52:01+00:00</updated>
<entry>
<title>Chmod temp dirs created on localhost</title>
<updated>2018-01-09T21:52:01+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-01-09T21:01:58+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=4b06eaf83e137ddeba2ce498e141ad87413761c0'/>
<id>urn:sha1:4b06eaf83e137ddeba2ce498e141ad87413761c0</id>
<content type='text'>
After remove become:no statements on local_action tasks,
we need to ensure that the proper file permssions are
applied to local temp directories.

This reason for this is that the 'fetch' module
does not use 'become' for the localhost, just the remote
host.

Additionally, users may not wish for the localhost to
become during a fetch.  local_action will execute with
whatever permissions are specified in inventory or via
cli.
</content>
</entry>
<entry>
<title>Remove become=no from various roles and tasks</title>
<updated>2018-01-05T19:53:44+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-01-03T20:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=7923eb92c86a128504436ba0708c96b655de5269'/>
<id>urn:sha1:7923eb92c86a128504436ba0708c96b655de5269</id>
<content type='text'>
etcd runs some actions locally to copy certs from the
CA cert host. This commit ensures that we respect
the end user's intended behavior with become
when using 'anisble_become' in the inventory.

Other roles with similar tasks have been modified
in the same manner.

We shouldn't hard-code become behavior as it can be
unexpected for the end user.

This only currently works in the CI because the CI
passes the '-b' argument on the command line, which
will override the task behavior.
</content>
</entry>
<entry>
<title>Remove openshift.common.{is_atomic|is_containerized}</title>
<updated>2017-12-20T15:13:51+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-18T21:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=e6c159afb4ba39a7266c750d43d6a5e911cc8f21'/>
<id>urn:sha1:e6c159afb4ba39a7266c750d43d6a5e911cc8f21</id>
<content type='text'>
We set these variables using facts in init, no need
to duplicate the logic all around the codebase.
</content>
</entry>
<entry>
<title>Add centos based dotnet 2.0 image streams</title>
<updated>2017-10-27T17:19:30+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-10-26T20:22:52+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=2169c2476adfe112428849396b2292a76ecd5305'/>
<id>urn:sha1:2169c2476adfe112428849396b2292a76ecd5305</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import templates will fail if user is not system:admin</title>
<updated>2017-07-13T09:58:13+00:00</updated>
<author>
<name>jkaurredhat</name>
<email>jkaur@redhat.com</email>
</author>
<published>2017-07-13T09:58:13+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f296df2f4f103ba40821d9ceb2e997323b399726'/>
<id>urn:sha1:f296df2f4f103ba40821d9ceb2e997323b399726</id>
<content type='text'>
Signed-off-by: jkaurredhat &lt;jkaur@redhat.com&gt;
</content>
</entry>
<entry>
<title>Move infrastructure templates into openshift_hosted_templates role.</title>
<updated>2016-10-21T20:37:51+00:00</updated>
<author>
<name>Andrew Butcher</name>
<email>abutcher@redhat.com</email>
</author>
<published>2016-10-07T20:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=9293059f5d331e26fc86c9fc841e2a57fcba8ae6'/>
<id>urn:sha1:9293059f5d331e26fc86c9fc841e2a57fcba8ae6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suppress more warnings.</title>
<updated>2016-09-28T19:30:42+00:00</updated>
<author>
<name>Andrew Butcher</name>
<email>abutcher@redhat.com</email>
</author>
<published>2016-09-27T20:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=37788eb7590babf79bbec52fb29211ada7136878'/>
<id>urn:sha1:37788eb7590babf79bbec52fb29211ada7136878</id>
<content type='text'>
</content>
</entry>
<entry>
<title>get quickstarts from origin, not upstream example repos</title>
<updated>2016-09-14T07:22:34+00:00</updated>
<author>
<name>Ben Parees</name>
<email>bparees@redhat.com</email>
</author>
<published>2016-09-13T14:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=eda9e2190db0c9c52ba6ce7008355dc0c2d6e67a'/>
<id>urn:sha1:eda9e2190db0c9c52ba6ce7008355dc0c2d6e67a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix xpaas_templates_base</title>
<updated>2016-07-29T20:09:53+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2016-07-29T18:00:57+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c244dd767f1185fd0b3da9c32f639aab91489c0e'/>
<id>urn:sha1:c244dd767f1185fd0b3da9c32f639aab91489c0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add dotnet image stream to enterprise installs</title>
<updated>2016-07-29T17:59:38+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2016-07-29T16:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3391066d5b5c5a981ee6f0a375b55bd94d42c7fd'/>
<id>urn:sha1:3391066d5b5c5a981ee6f0a375b55bd94d42c7fd</id>
<content type='text'>
</content>
</entry>
</feed>
