Exasol Ansible Collection
Automate Exasol database administration with Ansible.
Installation
Installation and execution-environment setup are documented in the user guide.
Quick start
Use the fully qualified collection name (FQCN) in a playbook. Supply credentials from Ansible Vault or another secret manager rather than writing them directly in the playbook:
---
- name: Read Exasol metadata
hosts: localhost
gather_facts: false
tasks:
- name: Get the Exasol server version
exasol.exasol.exasol_query:
login_host: db.example.com
login_user: "{{ vault_exasol_user }}"
login_password: "{{ vault_exasol_password }}"
query: >-
SELECT PARAM_VALUE
FROM SYS.EXA_METADATA
WHERE PARAM_NAME = 'databaseProductVersion'
See the user guide for installation in execution environments, connection security, and examples for every public module.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file exasol_ansible_modules-0.4.0.tar.gz.
File metadata
- Download URL: exasol_ansible_modules-0.4.0.tar.gz
- Upload date:
- Size: 23.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.3.0 CPython/3.12.13 Linux/6.17.0-1022-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b641925194a93e456ad21e8e0c4b549a0295180be2d9b7624213a56232f7bc6
|
|
| MD5 |
6ae92d41c760ec446ddca19ce4e0e340
|
|
| BLAKE2b-256 |
57af988c91bd21dca640616662d107869a50e1f7dffd558f99e02e5c6e7b4b69
|
File details
Details for the file exasol_ansible_modules-0.4.0-py3-none-any.whl.
File metadata
- Download URL: exasol_ansible_modules-0.4.0-py3-none-any.whl
- Upload date:
- Size: 30.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.3.0 CPython/3.12.13 Linux/6.17.0-1022-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d3963560754ee115c5aa0ea1fc3b45c2fc3bf0c2b945637c82c5ee61073c766
|
|
| MD5 |
344fa63696d7e50360ba5f7ac4340612
|
|
| BLAKE2b-256 |
302d4d3274442622c84be39d81aab7cdad9eb8517822f95a98dc4f683e189b24
|