all: children: rsyslog_servers: hosts: rsyslog-server: ansible_host: "{{ deploy_host }}" ansible_user: "{{ deploy_user }}" ansible_ssh_private_key_file: "{{ ansible_ssh_private_key_file }}" ansible_ssh_common_args: "{{ ansible_ssh_common_args }}"