JonZeolla / policy-as-code

A Policy as Code lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Policy as Code Lab

Getting Started

Run the lab setup container.

docker run -it --network host -v /:/host jonzeolla/labs:policy-as-code

You'll be prompted to provide your IP, and setup will continue automatically from there.

Customizing

If you need to pass custom arguments to the ansible-playbook command in the entrypoint.sh, pass in the arguments as an env var named ANSIBLE_CUSTOM_ARGS.

You can specify a custom user by setting the HOST_USER environment variable inside the container.

Additionally, if you want to specify your IP non-interactively, pass in a CLIENT_IP environment variable.

Updating

Standard updates are automated to run twice a week and open a PR if anything changes (via task update). If you need to rebase the branches of any related demo repos (as defined under hack/demo-repos.yml) then run task update-demo-repos.

About

A Policy as Code lab


Languages

Language:Shell 45.1%Language:Dockerfile 35.9%Language:Python 17.8%Language:Jinja 1.2%