https://github.com/oefenweb/ansible-msodbcsql
Ansible role to set up Microsoft ODBC in Debian-like systems
https://github.com/oefenweb/ansible-msodbcsql
ansible database debian mssql odbc odbc-driver odbcsql ubuntu
Last synced: about 2 months ago
JSON representation
Ansible role to set up Microsoft ODBC in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-msodbcsql
- Owner: Oefenweb
- License: mit
- Created: 2025-01-10T12:34:31.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-01-10T15:40:41.000Z (11 months ago)
- Last Synced: 2025-03-02T01:29:21.335Z (10 months ago)
- Topics: ansible, database, debian, mssql, odbc, odbc-driver, odbcsql, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## msodbcsql
[](https://github.com/Oefenweb/ansible-msodbcsql/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/msodbcsql)
Set up [Microsoft ODBC](https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server) in Debian-like systems.
#### Requirements
* `software-properties-common` (will be installed)
* `dirmngr` (will be installed)
* `apt-transport-https` (will be installed)
* `wget` (will be installed)
#### Variables
* `msodbcsql_version`: [default: `18`]: Version to install (e.g. `17`)
* `msodbcsql_install`: [default: `[]`]: Additional packages to install (e.g. `mssql-tools`)
## Dependencies
None
## Recommended
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.msodbcsql
```
#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-msodbcsql/issues)!