all: hosts: manager1: ansible_host: x.x.x.x worker1: ansible_host: y.y.y.y worker2: ansible_host: z.z.z.z vars: ansible_user: root ansible_become: true