These scripts are in very early development, they help, but don't install a full environment. Only useful if you know Upsilon pretty well right now. If you want to play around with Upsilon for testing, don't use this method, instead try the other methods listed in the upsilon docs.
- site <- always execute this playbook
- checks
- dependencies
- setup
One of;
- docker
- rpm
- ...
ansible-playbook -i oneOfTheCopiedExampleInventories site.yml
You should copy one of the example inventories to a useful place, or /etc/ansible/hosts
to run these playbooks.
Ref: large-vm-environment (yaml format)
Ref: allinone.example (ini format)
variable name | acceptable/example options | description |
---|---|---|
deployment_type |
docker , rpm |
... |
database_host |
MySQL Host | |
database_user |
MySQL Username | |
database_pass |
MySQL Password |
No specific variables available for RPM installs yet.
variable name | acceptable options | description |
---|---|---|
docker_web_port |
default:85 | The web port to listen on. |