@@ -0,0 +1,18 @@
---
- name: Prepare all nodes
hosts: all
become: yes
roles:
- common
- name: Setup Master Node
hosts: masters
- master
- name: Setup Worker Nodes
hosts: workers
- worker
The note is not visible to the blocked user.