This project has not released its first major version.
This collection is only a placeholder for the moment.
Ansible content for installing and configuring the applications.
Check out this collection on Ansible Galaxy for more information.
Start by cloning the repository to your local machine.
git clone https://github.com/enasisnetwork/ansible-appstack.git
Set up the Python virtual environments expected by the Makefile.
make -s venv-create
The comprehensive approach is to use the check recipe. This will stop on
any failure that is encountered.
make -s check
However you can run the linters in a non-blocking mode.
make -s linters-pass
⚠️ Ensure that no changes are pending.
-
Rebuild the environment.
make -s check-revenv -
Update the galaxy.yml file.
-
Push to the
mainbranch. -
Create repository release.
-
Build the Galaxy package.
Be sure no uncommited files in tree.make -s galaxy-build -
Upload Galaxy package to Ansible servers.
make -s galaxy-upload








