Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikepruett3/ansible-role-profile

Ansible role to configure System Profile settings on Linux Servers
https://github.com/mikepruett3/ansible-role-profile

Last synced: about 1 month ago
JSON representation

Ansible role to configure System Profile settings on Linux Servers

Awesome Lists containing this project

README

        

Ansible Role: Profile
=========

Ansible role to configure System Profile settings on Linux Servers.

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

The role does not require anything to run on RHEL and its derivatives.

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

Available variables are listed below, along with default values (see ```defaults/main.yml```):

``` yaml
umask: 077
```

```umask:``` **(Required)** Desired umask file setting. **(Default is 022)**

Role variables can be stored with the hosts.yaml file, or in the main variables file.

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

None.

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

``` yaml
- hosts: servers
roles:
- role: mikepruett3.profile
```

License
-------

MIT

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

Role created by [mikepruett3](https://github.com/mikepruett3) on [Github.com](https://github.com/mikepruett3/ansible-role-profile)