osx_say - Makes an OSX computer to speak.

Synopsis

  • makes an OS computer speak! Amuse your friends, annoy your coworkers!

Requirements (on host that executes module)

  • say

Options

parameter required default choices comments
msg
yes
What to say
voice
no
What voice to use

Examples

- osx_say:
    msg: '{{ inventory_hostname }} is all done'
    voice: Zarvox
  delegate_to: localhost

Notes

Note

  • If you like this module, you may also be interested in the osx_say callback in the plugins/ directory of the source checkout.

Status

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–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.4/osx_say_module.html