https://github.com/txemi/vagrant_ansible_tester_simple
https://github.com/txemi/vagrant_ansible_tester_simple
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/txemi/vagrant_ansible_tester_simple
- Owner: txemi
- License: mit
- Created: 2017-09-17T11:48:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T12:33:51.000Z (almost 9 years ago)
- Last Synced: 2025-09-18T00:41:43.959Z (10 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant_ansible_tester
QuickStart:
Edit playbook:
vim ansible/playbook.yml
vim ansible/requirements.yml
Edit vagrant host if needed:
vim vagrant/Vagrantfile
run vagrant and playbook:
(cd vagrant && vagrantup.sh )
if you want to rerun the playbook without rebuilding vagrant host
(cd vagrant && ./vagrant2ansibleInventory.sh)
(cd ansible && ./run_playbook.sh)
or
(cd vagrant && vagrant provision)
for destroying vagrant host
(cd vagrant && vagrant destroy -f)