UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit f6d60878 authored by kmc-home's avatar kmc-home
Browse files

update ansible

parent 1fce1d72
No related merge requests found
......@@ -17,7 +17,7 @@ RUN useradd -m -s /bin/bash ansible \
&& echo "ansible ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/ansible
# Copy SSH key
COPY dockerkeys/ansible_key.pub /home/ansible/.ssh/authorized_keys
COPY docker/keys/ansible_key.pub /home/ansible/.ssh/authorized_keys
# Set proper permissions
RUN mkdir -p /home/ansible/.ssh \
......
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