shadowguardian507-irl / playbook-pack-init

Ansible Playbook Pack Initialiser
GNU Lesser General Public License v3.0
1 stars 0 forks source link
ansible template-builder

playbook pack init and playbook init toolkit

Build Status

Tool kit management

Install

Uninstall (app only, retain support dirs incase you added things to them)

Full/Purge Uninstall (all installed file and folders, even if you added to them)

Mac support

Follow the steps as in the linux sections above, but use the scripts postfixed with -mac instead.
Note this has only been tested on intel macs (as I don't have an arm based unit to try it on)

using the tool kit

To make a new playbook pack run the command ' playbook_pack_init ' or ' playbook-pack-init '
this will make a new playbook pack in the current directory

To make just a playbook (which you can later copy to a pack)
run the command ' playbook_init ' or ' playbook-init '

The command ' playbook_pack_update ' or ' playbook-pack-update '
will update a playbook pack in the current directory, to the currently system installed script versions

note the ".pb.sh" files in each playbook folder will not be updated by this command,
if you want to update those then run the command ' playbook_update ' or ' playbook-update ',
in each playbook folder of the pack

Tool kit dependencies

The following apps need to be installed for the tool kit to fully function

Examples of use

Setup a new pack

setup a new pack

First run of main Launcher

first run of main Launcher

Vault managment menu

vault managment

Add new playbook to the pack

add new playbook to the pack