My Ansible
Install kubectl
docker run --rm -it \
-v "/Users/kuga/github/my-ansible":/ansible \
-v "$HOME/.ssh":/root/.ssh:ro \
-w /ansible \
willhallonline/ansible:2.9.27-alpine-3.16 \
./deploy.sh x.x.x.x kubectl
docker run --rm -it \
-v "/Users/kuga/github/my-ansible":/ansible \
-v "$HOME/.ssh":/root/.ssh:ro \
-w /ansible \
willhallonline/ansible:2.9.27-alpine-3.16 \
./deploy.sh x.x.x.x kubectl
No comments to display
No comments to display