DBCollect/Ansible: Difference between revisions

From Dirty Cache Wiki
Jump to navigation Jump to search
m (Bart moved page DBC:Ansible to DBCollect/Ansible without leaving a redirect)
No edit summary
Line 2: Line 2:
= Overview =  
= Overview =  
''dbcollect'' can be run on multiple hosts in one go using Ansible. This document describe how to setup and run dbcollect using Ansible Playbooks.
''dbcollect'' can be run on multiple hosts in one go using Ansible. This document describe how to setup and run dbcollect using Ansible Playbooks.
= Prerequisites =
* Python 3 installed and configured (python3 should execute correctly)
* Ansible must be installed and operational on a working host (ideally, not one of the database hosts on which dbcollect should be executed)
* The ansible user should have root access to the target hosts using Ansible (i.e., have password-less SSH keys configured)
* The working host has HTTP access to github.com

Revision as of 10:54, 24 May 2024

Overview

dbcollect can be run on multiple hosts in one go using Ansible. This document describe how to setup and run dbcollect using Ansible Playbooks.

Prerequisites

  • Python 3 installed and configured (python3 should execute correctly)
  • Ansible must be installed and operational on a working host (ideally, not one of the database hosts on which dbcollect should be executed)
  • The ansible user should have root access to the target hosts using Ansible (i.e., have password-less SSH keys configured)
  • The working host has HTTP access to github.com