Skip to content

Ansible module to enable or disable the Customer Experience Improvement Program (CEIP) for SQL Server on Windows-based systems.

License

Notifications You must be signed in to change notification settings

informatique-cdc/ansible-role-win_sqlserver_ceip

Repository files navigation

win_sqlserver_ceip - Enables or disables the CEIP for SQL Server

Synopsis

  • Ansible module to enable or disable the Customer Experience Improvement Program (CEIP) for SQL Server on Windows-based systems.
  • This module examines all specific registry locations and services where a value indicates that the CEIP is enabled.
  • Before SQL Server 2016, you had the possibility to check the case "Send Windows and SQL Server Error Reports...." during the installation if you want to be a part of the Customer Experience Improvement Program (CEIP).
  • In SQL Server 2016, after the installation, all of the CEIP are automatically turned on.

Parameters

Parameter Choices/Defaults Comments
state
string / required
Choices:
  • present
  • absent
Specifies the state needed for the Customer Experience Improvement Program (CEIP) for SQL Server.

Examples

---
- hosts: all

  roles:
      - win_sqlserver_ceip

  tasks:

      - name: Disable all CEIP services
        win_sqlserver_ceip:
          state: absent

      - name: Enable all CEIP services
        win_sqlserver_ceip:
          state: present

Notes

Authors

  • Stéphane Bilqué (@sbilque)

License

This project is licensed under the Apache 2.0 License.

See LICENSE to see the full text.

About

Ansible module to enable or disable the Customer Experience Improvement Program (CEIP) for SQL Server on Windows-based systems.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published