begin using galaxy

This commit is contained in:
eneller
2023-03-31 14:16:42 +02:00
parent 7b972c9f81
commit d393ba8b57
11 changed files with 106 additions and 34 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: Install Docker Compose
include_role:
name: install_dockerCompose