An open API service indexing awesome lists of open source software.

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.

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])