Ansible Playbooks : Lists and Loops

preview_player
Показать описание
In this video we'll demonstrate how to use lists and loops in Ansible Playbooks.

Ansible : Playbooks - First Steps

Ansible : YouTube Playlist

Ansible : All Articles

Cameo by Øyvind Isene :

Cameo appearances are for fun, not an endorsement of the content of this video.

All trademarks, product names and logos are the property of their respective owners.

#ansible #playbooks #loops
Рекомендации по теме
Комментарии
Автор

how can you use loop to run two variables with a list each on the same command?
for example: ipa add-host-group {{group}} hosts={{host}}

the group variable would have a list of multiple hostgrouos
the host variable would have a list of multiple host-names

rraudales