summaryrefslogtreecommitdiffstats
path: root/tests/builders/fixtures/ansible-playbook001.yaml
blob: 2dd1d65d6a5bfe65bc30f8d8b5f02d2e3c1cab5e (plain)
1
2
3
4
5
6
7
8
9
10
---
builders:
  - ansible-playbook:
      playbook: "path/to/playbook.yml"
      inventory-type: "path"
      inventory:
        path: "path/to/inventory-file"
      variables:
        - name: "my_variable"
          value: "my_value"