move stuff to roles

This commit is contained in:
eneller
2022-09-03 17:57:46 +02:00
parent 2049f2ab2a
commit f1177aaec9
11 changed files with 94 additions and 107 deletions

View File

@@ -0,0 +1,6 @@
---
- name: checking limit arg
fail:
msg: "you must use -l or --limit - when you really want to use all hosts, use -l 'all'"
when: ansible_limit is not defined
run_once: true