New in version 2.0.
parameter | required | default | choices | comments |
---|---|---|---|---|
array_add | no |
| Add new elements to the array for a key which has an array as its value. | |
domain | no | NSGlobalDomain | The domain is a domain name of the form com.companyname.appname. | |
host (added in 2.1)
| no | The host on which the preference should apply. The special value "currentHost" corresponds to the "-currentHost" switch of the defaults commandline tool. | ||
key | yes | The key of the user preference | ||
state | no | present |
| The state of the user defaults |
type | no | string |
| The type of value to write. |
value | no | The value to write. Only required when state = present. |
- osx_defaults: domain: com.apple.Safari key: IncludeInternalDebugMenu type: bool value: true state: present - osx_defaults: domain: NSGlobalDomain key: AppleMeasurementUnits type: string value: Centimeters state: present - osx_defaults: domain: com.apple.screensaver host: currentHost key: showClock type: int value: 1 - osx_defaults: key: AppleMeasurementUnits type: string value: Centimeters - osx_defaults: key: AppleLanguages type: array value: - en - nl - osx_defaults: domain: com.geekchimp.macable key: ExampleKeyToRemove state: absent
Note
This module is flagged as stableinterface which means that the maintainers for this module guarantee that no backward incompatible interface changes will be made.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.
© 2012–2017 Michael DeHaan
© 2017 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/osx_defaults_module.html