results
|
Result #1
Field |
Value |
ansible_facts
|
{
"all_hosts_cloud_images": [
[
"hypervisor-01",
{
"image": "jammy-server-cloudimg-amd64.img",
"uri": "https://cloud-images.ubuntu.com/jammy/current/"
}
]
]
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
[
"hypervisor-01",
"controller-01"
]
|
Result #2
Field |
Value |
ansible_facts
|
{
"all_hosts_cloud_images": [
[
"hypervisor-01",
{
"image": "jammy-server-cloudimg-amd64.img",
"uri": "https://cloud-images.ubuntu.com/jammy/current/"
}
],
[
"hypervisor-01",
{
"image": "jammy-server-cloudimg-amd64.img",
"uri": "https://cloud-images.ubuntu.com/jammy/current/"
}
]
]
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
[
"hypervisor-01",
"compute-01"
]
|
Result #3
Field |
Value |
ansible_facts
|
{
"all_hosts_cloud_images": [
[
"hypervisor-01",
{
"image": "jammy-server-cloudimg-amd64.img",
"uri": "https://cloud-images.ubuntu.com/jammy/current/"
}
],
[
"hypervisor-01",
{
"image": "jammy-server-cloudimg-amd64.img",
"uri": "https://cloud-images.ubuntu.com/jammy/current/"
}
],
[
"hypervisor-01",
{
"image": "jammy-server-cloudimg-amd64.img",
"uri": "https://cloud-images.ubuntu.com/jammy/current/"
}
]
]
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
[
"hypervisor-01",
"juju-controller"
]
|
|