https://github.com/evanpurkhiser/ansible-personal
Personal ansible playbooks and modules for managing my machines
https://github.com/evanpurkhiser/ansible-personal
ansible home personal-playbooks playbook
Last synced: over 1 year ago
JSON representation
Personal ansible playbooks and modules for managing my machines
- Host: GitHub
- URL: https://github.com/evanpurkhiser/ansible-personal
- Owner: evanpurkhiser
- License: mit
- Created: 2015-12-25T01:00:14.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T06:05:14.000Z (over 1 year ago)
- Last Synced: 2025-02-28T13:23:58.539Z (over 1 year ago)
- Topics: ansible, home, personal-playbooks, playbook
- Language: Shell
- Homepage:
- Size: 519 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Evan Purkhiser's Ansible Playbooks
[](https://github.com/evanpurkhiser/ansible-personal/actions?query=workflow%3Alint)
These are my personal playbooks for configurating my machines.
### Installing Galaxy roles
There are some additional non-core roles that need installed
```
ansible-galaxy install -r requirements.yml
```
### Base Image Bootstrapping
- All machines must be bootstrapped with python 3.x **before** being
provisioned with any of these playbooks.
- A SSH key should be added to `/root/.ssh/authorized_keys`. All playbooks
included here make the assumption they are being executed as root.