Skip to content

fao89/groot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous Integration

I am Groot!

groot

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 <roles | collections>

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 <role/collection> install <namespace>.<name> -c -s http://127.0.0.1:3030/ --no-deps