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: 3 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T17:59:16.000Z (over 9 years ago)
- Last Synced: 2025-10-26T14:41:45.889Z (8 months ago)
- Topics: ansible, ansible-role
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- 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
[](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