Ansible: deploy on multiple hosts in the same time

前端 未结 7 1546
暖寄归人
暖寄归人 2020-12-08 06:19

Is it possible to run ansible playbook, which looks like this (it is an example from this site: http://docs.ansible.com/playbooks_roles.html):

- name: this i         


        
7条回答
  •  攒了一身酷
    2020-12-08 06:44

    Check out this POC or MVP of running in parallel one-host-from-every-group (for all hosts) https://github.com/sirkubax/szkolenie3/tree/master/playbooks/playgroups

    you may get the inspiration

提交回复
热议问题