File tree 2 files changed +13
-0
lines changed
website/content/en/docs/dev/Internals
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -227,6 +227,12 @@ containerd:
227
227
# #!/bin/bash
228
228
# dnf config-manager --add-repo ...
229
229
# dnf install ...
230
+ # # `ansible` is executed after other scripts are complete
231
+ # # It requires `ansible-playbook` command to be installed.
232
+ # # Environment variables such as ANSIBLE_CONFIG can be used, to control the behavior of the playbook execution.
233
+ # # See ansible docs, and `ansible-config`, for more info https://docs.ansible.com/ansible/latest/playbook_guide/
234
+ # - mode: ansible
235
+ # playbook: playbook.yaml
230
236
231
237
# Probe scripts to check readiness.
232
238
# 🟢 Builtin default: null
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ Metadata:
37
37
cloud-init:
38
38
- ` cidata.iso ` : cloud-init ISO9660 image. See [ ` cidata.iso ` ] ( #cidataiso ) .
39
39
40
+ Ansible:
41
+ - ` inventory.yaml ` : the Ansible node inventory. See [ ansible] ( #ansible ) .
42
+
40
43
disk:
41
44
- ` basedisk ` : the base image
42
45
- ` diffdisk ` : the diff image (QCOW2)
@@ -137,6 +140,10 @@ The directory contains the following files:
137
140
- ` $QEMU_SYSTEM_ARM ` : path of ` qemu-system-arm `
138
141
- Default: ` qemu-system-arm ` in ` $PATH `
139
142
143
+ ## Ansible
144
+ The instance directory contains an inventory file, that might be used with Ansible playbooks and commands.
145
+ See [ Building Ansible inventories] ( https://docs.ansible.com/ansible/latest/inventory_guide/ ) about dynamic inventories.
146
+
140
147
## ` cidata.iso `
141
148
` cidata.iso ` contains the following files:
142
149
You can’t perform that action at this time.
0 commit comments