updated license and ignore files
2 files changed
tree: 7108176f18d7dcbe6ac732b41aaa1497c2614ed7
  1. .gitignore
  2. LICENSE
  3. qpid-add.yml
  4. qpid-remove.yml
  5. README.md
  6. requirements.yml
README.md

Apigee Maintenance Playbook - Add or Remove a Qpid Node

This playbook provides maintenance assistance for the tasks of adding or removing a qpid node. Two playbooks are provided. The first playbook called qpid-add.yml will register a qpid node with analytics. The second playbook called qpid-remove.yml will de-register a qpid node with analytics.

Usage Instructions

These are ansible playbooks and require ansible.

  1. Please install and configure ansible as indicated in opdk-setup-ansible.
  2. ansible-galaxy install -f -r requirements.yml
  3. ansible-playbook -i <inventory file or folder> [qpid-add.yml | qpid-remove.yml]