The mssql_login module is used to create and manage SQL Server Logins
frank:
mssql_login.present
- domain: mydomain
Ensure that the named login is absent
The name of the login to remove
Checks existence of the named login. If not present, creates the login with the specified roles and options.
The name of the login to manage
Creates a SQL Server authentication login Since hashed passwords are varbinary values, if the new_login_password is 'long', it will be considered to be HASHED.
Creates a Windows authentication login. Needs to be NetBIOS domain or hostname
Add this login to all the server roles in the list
Can be a list of strings, a dictionary, or a list of dictionaries
Generated on May 22, 2024 at 17:25:40 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.8, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy