An open API service indexing awesome lists of open source software.

https://github.com/victorock/ansible-role-autogen

Ansible Role to autogenerate wrapped Playbooks and Tasks from Ansible Modules.
https://github.com/victorock/ansible-role-autogen

Last synced: 3 months ago
JSON representation

Ansible Role to autogenerate wrapped Playbooks and Tasks from Ansible Modules.

Awesome Lists containing this project

README

        

Playground
=========

Role to autogenerate wrapped Playbooks and Tasks from Ansible Modules.

Dependencies
------------

None

Requirements
------------

pip:
- jmespath

Role Variables
--------------

None

Dependencies
------------

None

Example
----------------

```YAML
- name: "Generate Playbooks and Tasks"
hosts: all
roles:
- role: victorock.autogen
autogen: "{{ lookup('ENV', 'ROLE_FULL_NAME') }}"
autogen_repo_url: "{{ lookup('ENV', 'ROLE_REPO') }}"
autogen_repo_branch: "{{ lookup('ENV', 'ROLE_VERSION') }}"
autogen_plugin_namespace: "{{ lookup('ENV', 'ROLE_NAMESPACE') }}"
autogen_path: "{{ lookup('ENV', 'ROLE_BUILD_DIR') }}"

```

License
-------

GPLv3

Author Information
------------------

Victor da Costa