Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Jun 10, 2024
1 parent e556ad8 commit 610cced
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions ansible/hosts.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
kendra.lan.mrugesh.net

[deskpi]
rpi-cm4-01.local
rpi-cm4-04.local
rpi-cm4-05.local
rpi-cm4-06.local
[kendra]
kendra.lan.mrugesh.net

[deskpi]
rpi-cm4-0[1:6].local

[all:vars]
ansible_user=mrugesh

[all:vars]
ansible_user=mrugesh
4 changes: 2 additions & 2 deletions ansible/play--01-update.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- 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
Expand Down

0 comments on commit 610cced

Please sign in to comment.