jtprogru / sample-role

Template for all my Ansible role

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jtprogru.sample_role

Ansible Molecule Release to Ansible Galaxy TODO 2 Issue GitHub Ansible Role GitHub tag

This is sample ansible role used me as boilerplate.

Role Variables

See defaults/main.yml.

Example Playbook

Example playbook:

---
- name: Sample play
  hosts: all
  become: true

  vars:
    foo: bar

  roles:
    - jtprogru.sample_role

Authors

License

See LICENSE

About

Template for all my Ansible role

License:Do What The F*ck You Want To Public License


Languages

Language:Jinja 100.0%