File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ - name : Stream daemon bootstrap
3
+ ansible.builtin.uri :
4
+ url : " {{ global.stream_chain_endpoint }}"
5
+ method : POST
6
+ dest : " /home/{{ global.user }}/{{daemon.bootstrap_file}}"
7
+ mode : " 0644"
8
+ owner : " {{ global.user }}"
9
+ group : " {{ global.user }}"
Original file line number Diff line number Diff line change 91
91
tags :
92
92
- daemon-stop
93
93
- never
94
+
95
+ - name : Stream Daemon Bootstrap
96
+ ansible.builtin.include_tasks :
97
+ file : daemon-stream.yml
98
+ apply :
99
+ tags :
100
+ - daemon-stream
101
+ tags :
102
+ - daemon-stream
103
+ - never
Original file line number Diff line number Diff line change 2
2
global :
3
3
user : # FluxNode User Account
4
4
reboot_if_required : # (default: false) Boolean: true - Reboot after OS Upgrade if required / false - Don't reboot after OS Upgrade
5
+ stream_chain_endpoint : # String: endpoint to access daemon stream chain function 'http://<your node ip>:<your node apiport>/flux/streamchain'
5
6
6
7
user :
7
8
dufus : # This can be named anything.. just needs to match the user var on the host vars
You can’t perform that action at this time.
0 commit comments