sscheib / ansible-role-dummy

This is merely a dummy role, I used for writing one of my blog posts. It doesn't to anything helpful.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dummy

This is only a dummy role which I used for one of my blog posts. It does nothing useful.

Role Variables

variable default required description
message Hello World! false This will be the message which is getting displayed

Dependencies

None

Example Playbook

---
- name: 'Install packages'
  hosts: 'all'
  gather_facts: false
  roles:
    - role: 'dummy'
      vars:
        message: 'My personal message'
...

License

GPL-2.0-or-later

About

This is merely a dummy role, I used for writing one of my blog posts. It doesn't to anything helpful.

License:GNU General Public License v2.0