Skip to content

Files

Latest commit

37e20b5 · Jan 4, 2021

History

History
This branch is 1732 commits ahead of, 2478 commits behind walmartlabs/concord:master.

ansible_dynamic_inventory

Ansible

Example of running an Ansible playbook without creating a project.

Running

cd examples/ansible
./run.sh localhost:8001

or

  1. Prepare the payload:
rm -rf target && mkdir target
cp -R playbook concord.yml target/
  1. Archive the payload:
cd target && zip -r payload.zip ./*
  1. Send the payload to the server:
curl -v -u username -F [email protected] http://localhost:8001/api/v1/process