add 3rd node

This commit is contained in:
Chris Hammer 2024-03-29 13:11:41 -04:00
parent 43c59e255c
commit be7c46d665

12
node3.yml Normal file
View File

@ -0,0 +1,12 @@
---
- name: Set stats test - node2
hosts: all
become: true
gather_facts: false
tasks:
- name: Debug test_set_stats
ansible.builtin.debug:
msg: "Another node will use __bigboot_size_target -> {{ __bigboot_size_target }}"
...