Example of running an Ansible playbook without creating a project.
cd examples/ansible
./run.sh localhost:8001
or
- Prepare the payload:
rm -rf target && mkdir target
cp -R playbook concord.yml target/
- Archive the payload:
cd target && zip -r payload.zip ./*
- Send the payload to the server:
curl -v -u username -F [email protected] http://localhost:8001/api/v1/process