Parameters

The following parameters are supported:

help

  • -h (help): Show help message and exit.
./cleanme.sh -h

path

  • -p (path): Optional path to project root folder.
./cleanme.sh -p /home/username/my-project

type

  • -t (type): This parameter indicates which types of resources to process.

The allowed values are:

  • a : ansible.
  • p : python.

This parameter is empty by default.

./cleanme.sh -t ap

uninstall

  • -u (uninstall): This parameter uninstalls sotfware.

The uninstalled software is:

  • Ansible
./cleanme.sh -u