Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 421 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 421 Bytes

ansible-scan-demo

This repository is to demonstrate Nirmata's capability in scanning Ansible playbooks to prevent misconfigurations.

Generating the JSON file

To see the implications of the configurations without applying any changes to your environment, use the --check flag.

export ANSIBLE_STDOUT_CALLBACK=json
ansible-playbook playbooks/good_vm_setup.yaml --check > good_vm_setup.json