Commit 133aa123 by Edward Zarecor

add local

parent 55d39b0e
* *
!playbooks/ !playbooks/
!docker/ !docker/
!util/install/
...@@ -4,6 +4,6 @@ ENV ANSIBLE_REPO="https://github.com/edx/ansible" ...@@ -4,6 +4,6 @@ ENV ANSIBLE_REPO="https://github.com/edx/ansible"
ENV CONFIGURATION_REPO="https://github.com/edx/configuration.git" ENV CONFIGURATION_REPO="https://github.com/edx/configuration.git"
ENV CONFIGURATION_VERSION="master" ENV CONFIGURATION_VERSION="master"
ADD https://raw.githubusercontent.com/edx/configuration/master/util/install/ansible-bootstrap.sh /tmp/ansible-bootstrap.sh ADD util/install/ansible-bootstrap.sh /tmp/ansible-bootstrap.sh
RUN chmod +x /tmp/ansible-bootstrap.sh RUN chmod +x /tmp/ansible-bootstrap.sh
RUN /tmp/ansible-bootstrap.sh RUN /tmp/ansible-bootstrap.sh
...@@ -4,6 +4,6 @@ ENV ANSIBLE_REPO="https://github.com/edx/ansible" ...@@ -4,6 +4,6 @@ ENV ANSIBLE_REPO="https://github.com/edx/ansible"
ENV CONFIGURATION_REPO="https://github.com/edx/configuration.git" ENV CONFIGURATION_REPO="https://github.com/edx/configuration.git"
ENV CONFIGURATION_VERSION="master" ENV CONFIGURATION_VERSION="master"
ADD https://raw.githubusercontent.com/edx/configuration/master/util/install/ansible-bootstrap.sh /tmp/ansible-bootstrap.sh ADD util/install/ansible-bootstrap.sh /tmp/ansible-bootstrap.sh
RUN chmod +x /tmp/ansible-bootstrap.sh RUN chmod +x /tmp/ansible-bootstrap.sh
RUN /tmp/ansible-bootstrap.sh RUN /tmp/ansible-bootstrap.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment