You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project builds a docker image with all of the dependencies required to run `ansible-playbook` and `ansible-lint`.
4
+
5
+
## Image Details
6
+
7
+
### Users
8
+
9
+
-`ansible` - This image contains a user for use by ansible. This user enables SSH from inside of the container.
10
+
11
+
### Mounts
12
+
13
+
-`/app` - The expected mount location for an ansible project
14
+
-`/home/ansible/.ssh` - The ansible user's SSH Directory. Private keys can be mounted inside of this directory for use by ansible-playbook during runs.
0 commit comments