Loading hosts/all.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,10 @@ all: ansible_host: ea6350.shore.co.il host01: ansible_host: host01.shore.co.il localhost: ansible_host: localhost ansible_become: false ansible_connection: local vars: # Force usage of Python3. ansible_become: true Loading update.yaml +1 −1 Original line number Diff line number Diff line --- - name: Group hosts by package manager hosts: - all - all:!localhost tasks: - name: Group hosts by package manager group_by: Loading Loading
hosts/all.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,10 @@ all: ansible_host: ea6350.shore.co.il host01: ansible_host: host01.shore.co.il localhost: ansible_host: localhost ansible_become: false ansible_connection: local vars: # Force usage of Python3. ansible_become: true Loading
update.yaml +1 −1 Original line number Diff line number Diff line --- - name: Group hosts by package manager hosts: - all - all:!localhost tasks: - name: Group hosts by package manager group_by: Loading