deployment repository for opullence
A default vagrant file will create the vm and run the two ansible tasks.
It's just for testing purpose. You can run it with a simple:
vagrant up
⚠️ If you don't want to deploy locally:
please specify it by adding-l <HOSTS_NAME>
where HOSTS_NAME is the name setted ininventory/production/hosts.yml
the user password will be asked. It's used to perform some installs.
ansible-playbook -i ./inventory/production ./site.yml --ask-become-pass
⚠️ If you don't want to deploy locally:
please specify it by adding-l <HOSTS_NAME>
where HOSTS_NAME is the name setted ininventory/production/hosts.yml
the user password will be asked. It's used to perform some installs.
ansible-playbook -i ./inventory/production ./playbooks/provision.yml --ask-become-passyou can install all the collectors locally.
They will be instlaled under /srv/ directory with user collector as owner.
ansible-playbook -i ./inventory/local ./playbooks/provision.yml -l local
look at the doc (doc/add-collector.md)
look at the doc (doc/add-new-server.md)