Skip to content

Commit

Permalink
add ansible to 20 group. mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Klippert, Alex committed Nov 21, 2023
1 parent 3c8cdce commit e8227c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions splunk/common-files/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ RUN sed -i -e 's/%sudo\s\+ALL=(ALL\(:ALL\)\?)\s\+ALL/%sudo ALL=NOPASSWD:ALL\nans
&& useradd -r -m -g ${ANSIBLE_GROUP} -s /bin/bash ${ANSIBLE_USER} \
&& usermod -aG sudo ${ANSIBLE_USER} \
&& usermod -aG ${ANSIBLE_GROUP} ${SPLUNK_USER} \
&& usermod -aG 20 ${ANSIBLE_USER} \
&& usermod -aG 20 ${SPLUNK_USER} \
&& echo 'Container Artifact Directory is a place for all artifacts and logs that are generated by the provisioning process. The directory is owned by the user "ansible".' \
&& mkdir ${CONTAINER_ARTIFACT_DIR} \
Expand Down

0 comments on commit e8227c2

Please sign in to comment.