diff --git a/Ansible/hosts/all.yaml b/Ansible/hosts/all.yaml index 13da33b13a06c43492c517036a7b24af6a5233da..4079b99a737f3ee20c9b0db59c1499eaf7ada831 100644 --- a/Ansible/hosts/all.yaml +++ b/Ansible/hosts/all.yaml @@ -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: @@ -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 @@ -25,5 +26,5 @@ all: ansible_python_interpreter: python3 children: pkg_mgr_apt: - pkg_mgr_opkg: pkg_mgr_openbsd_pkg: + pkg_mgr_opkg: