Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computate-org/computate_physfs
https://github.com/computate-org/computate_physfs
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_physfs
- Owner: computate-org
- Created: 2022-03-15T22:48:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T21:53:42.000Z (9 months ago)
- Last Synced: 2024-11-05T15:38:12.383Z (2 months 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 physfs ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_physfs# Clone the physfs ansible role.
git clone [email protected]:computate-org/computate_physfs.git ~/.ansible/roles/computate.computate_physfs# Change into the physfs ansible role directory.
cd ~/.ansible/roles/computate.computate_physfs
```# Run the physfs ansible playbook to install physfs locally.
```bash
ansible-playbook install.yml
```