Loading Ansible/hosts/all.yaml +4 −3 Original line number Diff line number Diff line Loading @@ -2,8 +2,9 @@ all: hosts: ns1: ansible_host: ns1.shore.co.il ansible_become_method: community.general.doas ansible_host: ns1.shore.co.il ansible_ssh_port: 22 ns4: ansible_host: ns4.shore.co.il kodi: Loading @@ -15,9 +16,9 @@ all: host01: ansible_host: host01.shore.co.il localhost: ansible_host: localhost ansible_become: false ansible_connection: local ansible_host: localhost vars: ansible_become: true ansible_become_user: root Loading @@ -25,5 +26,5 @@ all: ansible_python_interpreter: python3 children: pkg_mgr_apt: pkg_mgr_opkg: pkg_mgr_openbsd_pkg: pkg_mgr_opkg: Loading
Ansible/hosts/all.yaml +4 −3 Original line number Diff line number Diff line Loading @@ -2,8 +2,9 @@ all: hosts: ns1: ansible_host: ns1.shore.co.il ansible_become_method: community.general.doas ansible_host: ns1.shore.co.il ansible_ssh_port: 22 ns4: ansible_host: ns4.shore.co.il kodi: Loading @@ -15,9 +16,9 @@ all: host01: ansible_host: host01.shore.co.il localhost: ansible_host: localhost ansible_become: false ansible_connection: local ansible_host: localhost vars: ansible_become: true ansible_become_user: root Loading @@ -25,5 +26,5 @@ all: ansible_python_interpreter: python3 children: pkg_mgr_apt: pkg_mgr_opkg: pkg_mgr_openbsd_pkg: pkg_mgr_opkg: