https://github.com/computate-org/computate_plib
https://github.com/computate-org/computate_plib
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_plib
- Owner: computate-org
- Created: 2022-09-24T21:18:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T04:22:36.000Z (over 2 years ago)
- Last Synced: 2025-04-09T10:22:13.361Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install the plib ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_plib
# Clone the plib ansible role.
git clone git@github.com:computate-org/computate_plib.git ~/.ansible/roles/computate.computate_plib
# Change into the plib ansible role directory.
cd ~/.ansible/roles/computate.computate_plib
```
# Run the plib ansible playbook to install plib locally.
```bash
ansible-playbook install.yml
```
Christopher Tate