https://github.com/computate-org/computate_toilet
https://github.com/computate-org/computate_toilet
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_toilet
- Owner: computate-org
- Created: 2022-08-11T04:48:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T04:49:50.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T10:23:14.351Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 git@github.com: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