Browse Source

Add meta/main.yml so that it's now usable with Ansible Galaxy

Emmanuel Bouthenot 3 years ago
parent
commit
6eccfe5dcd
4 changed files with 31 additions and 0 deletions
  1. 0 0
      README.md
  2. 14 0
      galaxy.yml
  3. 17 0
      meta/main.yml
  4. 0 0
      plugins/callback/condensed.py

+ 0 - 0
README.md


+ 14 - 0
galaxy.yml

@@ -0,0 +1,14 @@
+namespace: kolter
+name: condensed
+version: 0.1
+readme: README.md
+authors:
+  - Emmanuel Bouthenot <kolter@openics.org>
+description: null
+license_file: COPYING
+tags: [callback, stdout, print]
+repository: https://git.openics.org/kolter/ansible-callback-condensed
+documentation: null
+homepage: https://git.openics.org/kolter/ansible-callback-condensed
+issues: null
+#type: flatmap

+ 17 - 0
meta/main.yml

@@ -0,0 +1,17 @@
+galaxy_info:
+  role_name: condensed_output
+  author: Emmanuel Bouthenot <kolter@openics.org>
+  description: Provides a stdout callback plugin with a condensed output
+
+  license: BSD-3-Clause
+
+  min_ansible_version: 2.6
+
+  platforms: all
+
+  galaxy_tags:
+    - stdout
+    - callback
+    - print
+
+dependencies: []

condensed.py → plugins/callback/condensed.py