add role meta
This commit is contained in:
parent
1e1c911e13
commit
fddab47e89
1 changed files with 18 additions and 0 deletions
18
meta/main.yml
Normal file
18
meta/main.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
galaxy_info:
|
||||||
|
role_name: cloudinit-wait
|
||||||
|
author: Pim Kunis
|
||||||
|
description: Wait for a host to finish cloud-init bootstrapping.
|
||||||
|
|
||||||
|
issue_tracker_url: https://git.pim.kunis.nl/pim/ansible-role-cloudinit-wait/issues
|
||||||
|
|
||||||
|
license: GPLv3
|
||||||
|
|
||||||
|
min_ansible_version: 1.2
|
||||||
|
|
||||||
|
platforms:
|
||||||
|
- name: Debian
|
||||||
|
versions:
|
||||||
|
- bullseye
|
||||||
|
|
||||||
|
galaxy_tags:
|
||||||
|
- "cloud-init"
|
Loading…
Reference in a new issue