Sha256: 8ead158e2cac0f6de1005bc5f250a745a964c0315be15d1d82962ee0b478dbd9

Contents?: true

Size: 867 Bytes

Versions: 102

Compression:

Stored size: 867 Bytes

Contents

nrser.state_mate
================

installs the `state_mate` gem and provides the `state` Ansible module for
maintaining system state on OSX.

Requirements
------------

a Ruby version where the user you run Ansible as can install gems.

Role Variables
--------------

-   `state_mate_version`: version of the `state_mate` gem to install.

Dependencies
------------

none.

Example Playbook
----------------

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

    - hosts: servers
      roles:
        - role: nrser.state_mate
      tasks:
        - name: always show scrollbars
          state:
            defaults:
              key: NSGlobalDomain:AppleShowScrollBars
              set: Always

License
-------

BSD

Author Information
------------------

<https://github.com/nrser>

Version data entries

102 entries across 102 versions & 1 rubygems

Version Path
qb-0.1.19 roles/nrser.state_mate/README.md
qb-0.1.18 roles/nrser.state_mate/README.md