Broke apart the playbook into roles.

This commit is contained in:
2023-07-14 12:57:35 +05:30
parent 7744dd0520
commit 3bbacab487
13 changed files with 285 additions and 241 deletions

View File

@ -0,0 +1,6 @@
---
# Default variables for Node-RED role
nodered_user: "{{ ansible_user }}"
nodered_image: "nodered/node-red:latest"
nodered_directory: "/opt/nodered"
nodered_container: "nodered"