An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## msodbcsql

[![CI](https://github.com/Oefenweb/ansible-msodbcsql/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-msodbcsql/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-msodbcsql-blue.svg)](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)!