An open API service indexing awesome lists of open source software.

https://github.com/computate-org/computate_powertools


https://github.com/computate-org/computate_powertools

Last synced: 3 months ago
JSON representation

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
```