# groot **Repository Path**: mirrors_rochacbruno/groot ## Basic Information - **Project Name**: groot - **Description**: The coolest guardian of the galaxy! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-04 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Continuous Integration](https://github.com/fao89/groot/workflows/Continuous%20Integration/badge.svg) # I am Groot! ![groot](https://www.redringtones.com/wp-content/uploads/2019/04/i-am-groot-ringtone.jpg) ## Sync roles or collections Mirror: ``` $ curl -L https://github.com/fao89/groot/releases/download/0.2.0/groot-linux-amd64 -o groot $ chmod +x groot $ ./groot sync --content ``` From requirements.yml ``` $ curl -L https://github.com/fao89/groot/releases/download/0.2.0/groot-linux-amd64 -o groot $ chmod +x groot $ ./groot sync --requirement requirements.yml ``` ## Serve content ``` $ curl -L https://github.com/fao89/groot/releases/download/0.2.0/groot-linux-amd64 -o groot $ chmod +x groot $ RUST_LOG=groot::api ./groot --serve ``` Install role/collection from groot: ``` $ ansible-galaxy install . -c -s http://127.0.0.1:3030/ --no-deps ```