Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computate-org/computate_plib
https://github.com/computate-org/computate_plib
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_plib
- Owner: computate-org
- Created: 2022-09-24T21:18:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T04:22:36.000Z (about 1 year ago)
- Last Synced: 2024-11-05T15:38:03.952Z (3 months 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 [email protected]: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