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
- Host: GitHub
- URL: https://github.com/byteshiva/my-dev-machine
- Owner: byteshiva
- License: apache-2.0
- Created: 2018-05-02T07:44:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:33:51.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T12:12:48.908Z (9 months ago)
- Topics: ansible, dev-machine, gvm, heruku, katacode, playbook, shell-scripts
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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