We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e556ad8 commit 610ccedCopy full SHA for 610cced
ansible/hosts.ini
@@ -2,10 +2,14 @@
2
kendra.lan.mrugesh.net
3
4
[deskpi]
5
-rpi-cm4-01.local
6
-rpi-cm4-04.local
7
-rpi-cm4-05.local
8
-rpi-cm4-06.local
+[kendra]
+kendra.lan.mrugesh.net
+
+[deskpi]
9
+rpi-cm4-0[1:6].local
10
11
+[all:vars]
12
+ansible_user=mrugesh
13
14
[all:vars]
15
ansible_user=mrugesh
ansible/play--01-update.yml
@@ -1,7 +1,7 @@
1
---
-- name: Update all software on a host
+- name: Update Machines
hosts: "{{ variable_host | default('null') }}"
- serial: '{{ variable_serial | default(1) }}'
+ serial: "{{ variable_serial | default(1) }}"
gather_facts: false
become: true
become_user: root
0 commit comments