--- all: hosts: ns1: ansible_become_method: community.general.doas ansible_host: ns1.shore.co.il ansible_ssh_port: 22 ns4: ansible_host: ns4.shore.co.il open_ports: - domain/tcp - domain/udp - http/tcp - https/tcp kodi: ansible_host: kodi.shore.co.il open_ports: - 51413/tcp - 51413/udp - http/tcp - https/tcp mr8300: # We already log in as root. ansible_become: false ansible_host: mr8300.shore.co.il host01: ansible_host: host01.shore.co.il open_ports: - 2222/tcp - http/tcp - https/tcp - imaps/tcp - smtp/tcp - submission/tcp localhost: ansible_become: false ansible_connection: local ansible_host: localhost vars: ansible_become: true ansible_become_user: root ansible_connection: ssh ansible_python_interpreter: python3 children: pkg_mgr_apt: pkg_mgr_openbsd_pkg: pkg_mgr_opkg: