all: hosts: server01: ansible_host: 10.11.12.13 ansible_user: root ansible_ssh_private_key_file: id_rsa children: servers: hosts: server01: {}