Skip to content

Commit 610cced

Browse files
committed
chore: update config
1 parent e556ad8 commit 610cced

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

ansible/hosts.ini

+8-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
kendra.lan.mrugesh.net
33

44
[deskpi]
5-
rpi-cm4-01.local
6-
rpi-cm4-04.local
7-
rpi-cm4-05.local
8-
rpi-cm4-06.local
5+
[kendra]
6+
kendra.lan.mrugesh.net
7+
8+
[deskpi]
9+
rpi-cm4-0[1:6].local
10+
11+
[all:vars]
12+
ansible_user=mrugesh
913

1014
[all:vars]
1115
ansible_user=mrugesh

ansible/play--01-update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
- name: Update all software on a host
2+
- name: Update Machines
33
hosts: "{{ variable_host | default('null') }}"
4-
serial: '{{ variable_serial | default(1) }}'
4+
serial: "{{ variable_serial | default(1) }}"
55
gather_facts: false
66
become: true
77
become_user: root

0 commit comments

Comments
 (0)