Skip to content

Repository files navigation

helpful snippets

run docker for local debug

docker run -v "$(pwd):/workspace" -w /workspace -it  cytopia/ansible

and inside the container run

   export "ANSIBLE_KEY=<snowman password>"
   export "ANSIBLE_CONFIG=etc/ansible/ansible.cfg"
   apk add --update --no-cache openssh sshpass
   ansible-playbook -vvv -i hostfile playbook.yml -e ansible_ssh_pass='{{ lookup("env", "ANSIBLE_KEY") }}'

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages