Skip to content

An Ansible role/module that compiles CFNDSL down to Cloudformation.

License

Notifications You must be signed in to change notification settings

gergnz/ansible-role-cfndsl

Repository files navigation

Build Status

CFNDSL

A module that compiles CFNDSL down to cloudformation.

Requirements

A working install and some knowledge of CFNDSL

Example Playbook

---
  - hosts: localhost
    connection: local
    roles:
      - gergnz.cfndsl
    tasks:
      - name: testing
        cfndsl:
          dest: /tmp/sqs.json
          src: cfndsl/sqs.rb
          yaml:
            - external_parameters/sqs.yml

License

MIT

About

An Ansible role/module that compiles CFNDSL down to Cloudformation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published