Initial commit

This commit is contained in:
Élie Deloumeau-Prigent
2021-09-27 17:00:36 +02:00
commit b95595ef6e
23 changed files with 1205 additions and 0 deletions

28
meta/main.yml Normal file
View File

@ -0,0 +1,28 @@
galaxy_info:
role_name: "motd"
namespace: "claranet"
description: "Install and configure dynamic MOTD"
author: "Claranet"
company: "Claranet France"
license: "MPL2"
min_ansible_version: 2.9
galaxy_tags: ['claranet', 'motd', 'system', 'dynmotd', 'dynamic']
platforms:
- name: EL
versions:
- all
- name: Amazon
versions:
- all
- name: Debian
versions:
- all
- name: Ubuntu
versions:
- all
dependencies: []