Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/computate-org/computate_toilet


https://github.com/computate-org/computate_toilet

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# Install the prerequisite applications

- https://github.com/computate-org/computate_libcaca

# Install the toilet ansible role

```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_toilet

# Clone the toilet ansible role.
git clone [email protected]:computate-org/computate_toilet.git ~/.ansible/roles/computate.computate_toilet

# Change into the toilet ansible role directory.
cd ~/.ansible/roles/computate.computate_toilet
```

# Run the toilet ansible playbook to install toilet locally.

```bash
ansible-playbook install.yml
```

Christopher Tate