Skip to content

Vortexdude/src

Repository files navigation

Ansible role generator with files in the default manner

  graph TD;
      ansible-->role;
      ansible-->main.yaml
      role-->defaults;
      role-->tasks;
      role-->templates;
      role-->handlers;
      defaults-->main.yml;
      tasks-->main.yml;
      templates-->main.yml.j2;
      handlers-->main.yml;
Loading

Run this script via the following command

wget -O - https://raw.githubusercontent.com/vortexdude/src/main/script.sh | bash

Give the name of the role

wget -O - https://raw.githubusercontent.com/vortexdude/src/main/script.sh | bash -s my_role

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published