You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Laur Ivan 5379fe3d01 chore(release): 1.0.0 1 year ago
defaults feat: Initial commit 1 year ago
files feat: Initial commit 1 year ago
handlers feat: Initial commit 1 year ago
meta feat: Initial commit 1 year ago
molecule/default feat: Initial commit 1 year ago
tasks feat: Initial commit 1 year ago
templates feat: Initial commit 1 year ago
tests feat: Initial commit 1 year ago
vars feat: Initial commit 1 year ago
.gitignore feat: Initial commit 1 year ago
.yamllint feat: Initial commit 1 year ago
CHANGELOG.md chore(release): 1.0.0 1 year ago
README.md feat: Initial commit 1 year ago

README.md

Role Name

Simple demo role to view generic variables. It allows you to view a message with a programmatically-defined variable

Role Variables

  • my_role is the prefix looked-up for the displayed message
  • {{ my_role }}_text the text to be displayed

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  vars:
    my_role: app
    app_text: "This is a text for my [app]"
  roles:
     - "laurivan.generic_test"

License

MIT

Author Information

This role was created in 2023 by Laur Ivan.