My baseline config and creature comforts
Find a file
2021-01-20 15:47:23 -05:00
baseline baseline role buildout (#1) 2021-01-20 15:47:23 -05:00
defaults baseline role buildout (#1) 2021-01-20 15:47:23 -05:00
files baseline role buildout (#1) 2021-01-20 15:47:23 -05:00
handlers baseline role buildout (#1) 2021-01-20 15:47:23 -05:00
meta baseline role buildout (#1) 2021-01-20 15:47:23 -05:00
tasks baseline role buildout (#1) 2021-01-20 15:47:23 -05:00
templates baseline role buildout (#1) 2021-01-20 15:47:23 -05:00
tests baseline role buildout (#1) 2021-01-20 15:47:23 -05:00
vars baseline role buildout (#1) 2021-01-20 15:47:23 -05:00
LICENSE Initial commit 2020-02-02 17:39:27 -05:00
README.md baseline role buildout (#1) 2021-01-20 15:47:23 -05:00

Baseline Config and Creature Comforts

This is basically my creature comforts role. It updates all of the packages via the default package manager, then sets the bash prompt to one that I find more useful, and install a few other config items. Definitely peruse the files and templates before deciding if this is something you want to use.

Requirements

  • Enterprise Linux 7 or 8 (this probably will work on Fedora, but I've not tested it)
  • Ability to become the root user to manipulate system config files

Role Variables

Doesn't need any special variables. Should be fire-and-forget.

Example Playbook

- hosts: all
  roles:
    - baseline

License

Apache 2.0

Author Information