https://github.com/computate-org/computate_libsodium
https://github.com/computate-org/computate_libsodium
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_libsodium
- Owner: computate-org
- Created: 2022-08-11T01:19:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T03:41:08.000Z (almost 4 years ago)
- Last Synced: 2025-10-19T13:45:59.162Z (8 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 libsodium ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_libsodium
# Clone the libsodium ansible role.
git clone git@github.com:computate-org/computate_libsodium.git ~/.ansible/roles/computate.computate_libsodium
# Change into the libsodium ansible role directory.
cd ~/.ansible/roles/computate.computate_libsodium
```
# Run the libsodium ansible playbook to install libsodium locally.
```bash
ansible-playbook install.yml
```
Christopher Tate