https://github.com/computate-org/computate_powertools
https://github.com/computate-org/computate_powertools
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_powertools
- Owner: computate-org
- Created: 2022-03-13T03:40:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T03:43:26.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T10:23:26.234Z (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 powertools ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_powertools
# Clone the powertools ansible role.
git clone git@github.com:computate-org/computate_powertools.git ~/.ansible/roles/computate.computate_powertools
cd ~/.ansible/roles/computate.computate_powertools
```
# Run the powertools ansible playbook to install powertools locally.
```bash
ansible-playbook install.yml -K
```