Continuous Integration license Latest version Downloads

I am Groot!

groot

Required variables

Please have a .env file with the following variables: - SERVER.HOST: The host address e.g. 127.0.0.1 - SERVER.PORT: The host port e.g. 3030 - DATABASE_URL: The postgres DB URL e.g. postgres://groot:groot@localhost:5432/groot

Downloading

console $ curl -L https://github.com/fao89/groot/releases/download/0.3.0/groot-linux-amd64 -o groot $ chmod +x groot

Sync roles or collections

Mirror: - Client-side: console $ ./groot sync --content <roles | collections>

From requirements.yml - Client-side: console $ ./groot sync --requirement requirements.yml

Serving content

console $ curl -L https://github.com/fao89/groot/releases/download/0.3.0/groot-linux-amd64 -o groot $ chmod +x groot $ ./groot --serve Install role/collection from groot: console $ ansible-galaxy <role | collection> install <namespace>.<name> -c -s http://127.0.0.1:3030/