https://github.com/cdriehuys/ubuntu-config
Ansible playbook to configure Ubuntu.
https://github.com/cdriehuys/ubuntu-config
Last synced: 4 months ago
JSON representation
Ansible playbook to configure Ubuntu.
- Host: GitHub
- URL: https://github.com/cdriehuys/ubuntu-config
- Owner: cdriehuys
- License: mit
- Created: 2018-05-20T13:31:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T17:36:53.000Z (about 7 years ago)
- Last Synced: 2025-01-07T07:44:13.816Z (5 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ubuntu Config
An Ansible playbook to configure my development environment.
**Warning: This playbook will clobber your dotfiles. Make a backup before running it.**
# Prerequisites
In order to run the playbook, Ansible must be installed. The easiest way to do this is install Ansible from its PPA.
```shell
sudo add-apt-repository ppa:ansible/ansible
sudo apt update
sudo apt install ansible
```# Running It
The only piece of information the playbook needs is a root password to perform actions such as installing packages. You can ask Ansible to prompt for your password with the following command.
```shell
ansible-playbook --ask-become-pass playbook.yml
```# License
This project is licensed under the MIT License. See the [`LICENSE`](LICENSE) file for more information.
# Authors
Chathan Driehuys ([email protected])