Ansible: deploy on multiple hosts in the same time

前端 未结 7 1543
暖寄归人
暖寄归人 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 07:05

    Ansible supports patterns which can be used for one/multiple hosts,groups and also can exclude/include groups. Here is the link for official document.

    0 讨论(0)
提交回复
热议问题