Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexblackie/setup
💻✨ Ansible playbooks that provision my computers.
https://github.com/alexblackie/setup
ansible debian development-environment docker dotfiles fedora gnome-shell linux macos redhat ubuntu
Last synced: 8 days ago
JSON representation
💻✨ Ansible playbooks that provision my computers.
- Host: GitHub
- URL: https://github.com/alexblackie/setup
- Owner: alexblackie
- License: bsd-3-clause
- Created: 2016-06-28T00:34:10.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T19:59:58.000Z (about 2 months ago)
- Last Synced: 2024-12-20T21:13:10.518Z (11 days ago)
- Topics: ansible, debian, development-environment, docker, dotfiles, fedora, gnome-shell, linux, macos, redhat, ubuntu
- Homepage:
- Size: 383 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# `~/.setup`
While [my dotfiles][0] configure my development environment, that's only half
of the story. This repository contains Ansible playbooks to configure the
systems I use -- everything from headless VMs to workstation laptops.[0]: https://github.com/alexblackie/dotfiles
## Supported Targets
There are two primary modes:
1. **Workstation** provides full coverage including GUI apps and desktop shell configuration.
2. **Headless** provides full development environment support, perfect for headless VMs.Support varies based on the operating system:
- **macOS** and **Fedora** have full support for all modes.
- **Debian** (stable/sid) supports **Headless**Note: on macOS, Homebrew is required to be installed prior to the playbook's execution.
## Running
Run these playbooks as an unprivileged user. If `sudo` password authentication
is needed, pass `--ask-become-pass` to have Ansible prompt for authentication
before it begins.```
$ ansible-playbook --ask-become-pass workstation.yml
```## License
See [LICENSE](./LICENSE).