wallet-playbook
wallet-ecosystem ansible playbook
- Create a new environment by copying demo or w100 environment.
- Copy
environments/<new env>/secrets.yml.example
tosecrets.yml
and add validgithub_token
andgithub_ssh_key
. - Adjust
environments/<new env>/inventory
to reflect target host(s). - Adjust
environments/<new env>/group_vars/all.yml
to reflect desired configuration.
You need an account and ssh access with sudo rights on a debian based target host(s).
Deploy Wallet-Ecosystem:
$ ansible-playbook playbook.yml [-i environments/demo/inventory] <--tags tag,tag,tag>