byteshiva / my-dev-machine

Dev Machine Configuration using ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-dev-machine

Dev Machine Configuration using ansible

How to run Ansible playbook

$ ansible-playbook -K playbook.yml

$ ansible-playbook -K packages.yml

$ ./ngrok http -host-header="localhost:port" -subdomain=subdomain port exposing-localhost-to-the-internet-via-tunneling-using-ngrok

How to run playbook without prompting for sudo password.

$ ansible-playbook sample.yml -vvv --become --vault-password-file=/samplepasswordfile

About

Dev Machine Configuration using ansible

License:Apache License 2.0


Languages

Language:Shell 100.0%