20 lines
339 B
YAML
20 lines
339 B
YAML
---
|
|
galaxy_info:
|
|
role_name: swarm
|
|
namespace: mylegitech
|
|
author: Adrien Waksberg
|
|
company: MyLegiTech
|
|
description: Install docker and configure docker swarm
|
|
license: Apache2
|
|
min_ansible_version: 2.10
|
|
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- bullseye
|
|
|
|
galaxy_tags:
|
|
- docker
|
|
- swarm
|
|
|
|
dependencies: []
|