We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587ff3e commit a789c5fCopy full SHA for a789c5f
examples/ansible.yaml
@@ -22,3 +22,11 @@ mounts:
22
provision:
23
- mode: ansible
24
playbook: ./templates/ansible/playbook.yaml
25
+message: |
26
+ To run `ansible` on the host (assumes ansible is installed), run the following commands:
27
+ ------
28
+ export ANSIBLE_INVENTORY="{{.Dir}}/ansible-inventory.yaml"
29
+ # To see the inventory: `ansible-inventory --list --yaml`
30
+
31
+ ansible all -m ping
32
0 commit comments