Remove unneed comments
This commit is contained in:
parent
2b3ea0e874
commit
4c70cc3244
1 changed files with 0 additions and 3 deletions
|
|
@ -1,7 +1,4 @@
|
||||||
# docker container run -ti --name ansible python:3.6-alpine sh
|
|
||||||
# ~/.vault-token
|
|
||||||
# docker build -f ansible.Dockerfile -t adrien/ansible ./
|
# docker build -f ansible.Dockerfile -t adrien/ansible ./
|
||||||
# time docker run --rm --dns=192.168.18.11 -ti -v $(pwd):/ansible/playbooks -v ~/.kube:/root/.kube -e VAULT_ADDR=$VAULT_ADDR -e VAULT_TOKEN="$(cat ~/.vault-token)" -e VAULT_CACERT=/ansible/playbooks/rootCA.pem adrien/ansible ansible-playbook -i inventories/bpipp.flaminem.com/ -l localhost playbook.yml --diff -t prom
|
|
||||||
|
|
||||||
FROM python:3.7-alpine
|
FROM python:3.7-alpine
|
||||||
LABEL name="ansible" \
|
LABEL name="ansible" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue