Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgwalters/ansible-personal
Colin's personal Ansible playbooks
https://github.com/cgwalters/ansible-personal
Last synced: 26 days ago
JSON representation
Colin's personal Ansible playbooks
- Host: GitHub
- URL: https://github.com/cgwalters/ansible-personal
- Owner: cgwalters
- Created: 2015-07-12T00:44:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T15:45:53.000Z (almost 7 years ago)
- Last Synced: 2023-03-11T22:42:10.406Z (over 1 year ago)
- Language: Shell
- Size: 65.4 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Colin's personal ansible
========================I use Ansible to manage several of my personal computers. Most
interesting might be using it for my workstation, currently `icarus`.
Those playbooks are split into two parts, `icarus-system` (for
root-managed things) and `icarus-walters` for things that just affect
my home directory.For example, I also use Ansible to set up my `~/.ssh/config` and
`/.gnupg/gpg.conf`.There's a lot of random but generally useful things, such as
configuring libvirt to not ask for passwords, installing CA
certificates for my employer's internal CA, stronger ssh and gpg
defaults, etc.Someday I may document some of these things more, but for now, browse
the source. And if you know of any, please send me links to other
people doing the same thing as this.