Skip to content

petemcw/ansible-role-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published