Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petemcw/ansible-role-common
Ansible role for common server settings
https://github.com/petemcw/ansible-role-common
ansible ansible-role
Last synced: 10 days ago
JSON representation
Ansible role for common server settings
- Host: GitHub
- URL: https://github.com/petemcw/ansible-role-common
- Owner: petemcw
- License: mit
- Created: 2014-02-17T23:02:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T17:59:16.000Z (almost 8 years ago)
- Last Synced: 2024-10-12T02:24:19.638Z (about 1 month ago)
- Topics: ansible, ansible-role
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Common Role for August Ash Ansible Runs
[![Build Status](https://travis-ci.org/petemcw/ansible-role-common.svg?branch=master)](https://travis-ci.org/petemcw/ansible-role-common)
This role configures common settings that are generally used across all
server instances. The following items are addressed:* Installing common packages
* Configure miscellaneous defaults like:
- Locale
- Text editor## Role Variables
The variables that can be passed to this role and a brief description about
them are as follows:```yaml
# Locales to generate (The first one will be the default)
common_locales:
- en_US.UTF-8
```## Examples
1. Configure common role without the defaults:
```yaml
---
- name: Apply common settings to all nodes
hosts: all
roles:
- role: common
common_locales: [en_US.UTF-8, en_GB.UTF-8]
```## Dependencies
None.
## License
MIT