An open API service indexing awesome lists of open source software.

https://github.com/byteshiva/my-dev-machine

Dev Machine Configuration using ansible
https://github.com/byteshiva/my-dev-machine

ansible dev-machine gvm heruku katacode playbook shell-scripts

Last synced: 7 months ago
JSON representation

Dev Machine Configuration using ansible

Awesome Lists containing this project

README

          

# 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](https://stackoverflow.com/questions/30535336/exposing-localhost-to-the-internet-via-tunneling-using-ngrok-http-error-400)

# How to run playbook without prompting for sudo password.
$ ansible-playbook sample.yml -vvv --become --vault-password-file=/samplepasswordfile