Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computate-org/computate_fox
https://github.com/computate-org/computate_fox
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_fox
- Owner: computate-org
- Created: 2022-04-18T17:46:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T03:39:26.000Z (over 2 years ago)
- Last Synced: 2024-11-05T15:39:00.112Z (3 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install the fox ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_fox# Clone the fox ansible role.
git clone [email protected]:computate-org/computate_fox.git ~/.ansible/roles/computate.computate_fox# Change into the fox ansible role directory.
cd ~/.ansible/roles/computate.computate_fox
```# Run the fox ansible playbook to install fox locally.
```bash
ansible-playbook install.yml
```