Before you do anything, perform a factory reset.
##Setup
Lens: Manual
White bal: AT1
| FROM ubuntu | |
| RUN sed -i 's/main/main universe multiverse/' /etc/apt/sources.list | |
| RUN apt-get update -q | |
| RUN apt-get install -qy build-essential python-dev python-pip curl | |
| #RUN apt-get install -qy autoconf | |
| RUN pip install ansible | |
| RUN mkdir -p /etc/ansible | |
| RUN curl -L https://github.com/gc3-uzh-ch/ansible-playbooks/archive/cloud.tar.gz | tar -zxf- | |
| RUN /bin/echo -e "[slurm_master]\nlocalhost" > /etc/ansible/hosts | |
| RUN cp /bin/true /bin/hostname |