https://github.com/austinwilcox/ansible
Ansible Playbooks to automate the setup of my development machine.
https://github.com/austinwilcox/ansible
ansible apt automation brew chocolatey linux
Last synced: about 1 year ago
JSON representation
Ansible Playbooks to automate the setup of my development machine.
- Host: GitHub
- URL: https://github.com/austinwilcox/ansible
- Owner: austinwilcox
- License: gpl-3.0
- Created: 2023-12-06T22:32:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T15:46:00.000Z (over 1 year ago)
- Last Synced: 2025-04-30T21:54:07.791Z (about 1 year ago)
- Topics: ansible, apt, automation, brew, chocolatey, linux
- Language: Dockerfile
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Austins Ansible Playbooks
Ansible playbooks to automate setup of Ubuntu based machines
Table of Contents
## About The Project
This is a simple ansible setup that allows me to grab a new ubuntu machine, and automate my setup so that I can spend more time writing software than trying to rememember which software packages that I need to effectively work.
### Built With [Ansible](https://docs.ansible.com/)
## Getting Started
Run `install-ansible.sh` which will install all the necessary software to run the playbooks.
### Prerequisites
Here are the contents of the `install-ansible.sh` script
```sh
sudo apt install software-properties-common -y
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt install ansible -y
```
### Running
`ansible-playbook local.yml --ask-become-pass --ask-vault-pass`
## License
Distributed under the GPL-3.0 license. See [LICENSE](./LICENSE) for more information.