Playbook Generator

Playbook Generator is a Web-UI tool for generating an Ansible playbook (YAML) file. By this tool you can generate a playbook graphically and easily and download the file for modifying or executing.
 Select one or more of the following modules and they will be added to the final playbook:
- Package: Select as many packages as you need to install, uninstall and update.
- Service: Select as many services as you need to start, restart, stop, enable and disable them,
- File: To create, modify, copy, delete, or change its owner, group and permissions. By clicking "More Files" you can work on as many files as you need to work on.
- Action: Select as many Ad-hoc actions as you need to perform on the target nodes like ping, reboot or gathering information.
- Extra Code: If you know Ansible and you know how to code in that, you can select "Extra Code" to write and add your personal tasks (plays) at the end of your playbook.
You can leave "Variable for target hosts" box empty, for targeting all nodes, or enter a variable name and use it in command line or in Ansible Tower.