add playbooks

This commit is contained in:
eneller
2023-02-05 20:22:58 +01:00
parent f1177aaec9
commit 70e4cb6b2f
5 changed files with 49 additions and 9 deletions

13
install-dockerCompose.yml Normal file
View File

@@ -0,0 +1,13 @@
---
- name: reboot machine if required
# 'all' is okay here, because the fail task will force the user to specify a limit on the command line, using -l or --limit
hosts: 'all'
tasks:
- name: Force limit arg
include_role:
name: force_limitArg
- name: Reboot if required
include_role:
name: install_dockerCompose