Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikepruett3/ansible-role-profile
- Owner: mikepruett3
- License: mit
- Created: 2022-05-17T16:02:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T23:32:06.000Z (about 2 years ago)
- Last Synced: 2023-02-26T08:17:16.168Z (almost 2 years ago)
- Language: Jinja
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)