소스 검색

comment on usage

Grega Bremec 3 년 전
부모
커밋
e732e664c6
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      roles/federate-clusters/tasks/main.yml

+ 5 - 0
roles/federate-clusters/tasks/main.yml

@@ -1,4 +1,9 @@
 ---
+# this "role" is supposed to be included, not applied, and needs the "clusters"
+# data structure, and the "cluster" variable pointing to one of the members of
+# clusters. it will be applied to that cluster in accordance with the contents
+# of the data structure.
+#
 # some data sanity checks
 - assert:
     that: cluster is defined