Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 615 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 615 Bytes

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