UNCLASSIFIED

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

update ansible

parent 2390fd0b
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 keys/ansible_key.pub /home/ansible/.ssh/authorized_keys
COPY dockerkeys/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