/Orangutan

🐺 Moose and Bobcat Deployment Playbook.

Primary LanguageJinjaMIT LicenseMIT

Orangutan Logo

Orangutan

Moose Deployment Playbook.

Usage

  1. Create a python virtual environment.
$ python3 -m venv venv
$ source venv/bin/activate
  1. Install ansible
$ make config
  1. Create hosts.prod from hosts file and replace 127.0.0.1 with the host IP.

  2. Create prod.vault.yml with these configs.

$ ansible-vault create prod.vault.yml
system_user: orangutan
system_group: orangutan

pinkman_hostname: 0.0.0.0
pinkman_port: 1025
pinkman_backend_url: https://pinkman.free.beeceptor.com
pinkman_backend_api_key: 5ab99869-f403-4481-bed6-da7c8aad7521
  1. Run ansible playbook
$ make run

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Orangutan is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.

See the Releases section of our GitHub project for changelogs for each release version of Orangutan. It contains summaries of the most noteworthy changes made in each release. Also see the Milestones section for the future roadmap.

Bug tracker

If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/norwik/orangutan/issues

Security Issues

If you discover a security vulnerability within Orangutan, please send an email to hello@clivern.com

Contributing

We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.

License

© 2023, Orangutan. Released under Apache License, Version 2.0.

Orangutan is authored and maintained by @Clivern.