Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.
/ ansible-common Public archive

[READ ONLY] Ansible role to perform basic common operations on Ubuntu.

Notifications You must be signed in to change notification settings

chialab/ansible-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common

This role's duty is to perform common operations, such as installing locales and setting up MoTD.

Variables

locales

A list of locales to be installed. By default, only en_US and en_US.UTF-8 will be installed.

motd

Message of The Day. By default, this is empty, thus no MoTD is set.

Example

---
locales:
  - de_DE
  - de_DE.UTF-8
  - en_US
  - en_US.UTF-8
  - fr_FR
  - fr_FR.UTF-8
  - it_IT
  - it_IT.UTF-8
motd: Hey there!

Contributing

Issues and pull requests are more than welcome!

This repo is a split of the main code that can be found here. Please, open pull requests against that repository instead.

About

[READ ONLY] Ansible role to perform basic common operations on Ubuntu.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published