Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common Role for August Ash Ansible Runs

Build Status

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:

# Locales to generate (The first one will be the default)
common_locales:
  - en_US.UTF-8

Examples

  1. Configure common role without the defaults:

    ---
    - 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

About

Ansible role for common server settings

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors