Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabienarcellier/couchbase-ansible
https://github.com/fabienarcellier/couchbase-ansible
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabienarcellier/couchbase-ansible
- Owner: FabienArcellier
- Created: 2016-01-27T18:39:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T18:52:12.000Z (almost 9 years ago)
- Last Synced: 2023-03-10T21:47:53.992Z (almost 2 years ago)
- Language: Shell
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Usage
======First, install your public key :
make bootstrap_ssh_key
To run the virtual machine, execute :
vagrant up
To reexecute installation scripts, execute :
vagrant provision
To stop the virtual machine, execute :
vagrant halt
To reload the virtual machine, execute :
vagrant reload
To remove the virtual machine from your disk, execute :
vagrant destroy
Check playbook
==============make tests
If it doesn't work due to missing ``ansible`` or ``ansible-galaxy roles``, use :
bash scripts/bootstrap-tests.sh