You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
RUN tar zxvf /tmp/openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz && mv /tmp/openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit/oc /bin/
RUN useradd ansible -d /opt
ADD run.sh /opt/run.sh
RUN chgrp -R 0 /opt \
&& chmod -R g+rwX /opt/
RUN chmod 777 /etc/passwd
RUN cp -r /etc/skel/. /opt
WORKDIR /opt
RUN sed -i "s/#host_key_checking = False/host_key_checking = False/g" /etc/ansible/ansible.cfg