Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noqcks/mean-width-aws
An ansible playbook for the MeanWidth project
https://github.com/noqcks/mean-width-aws
Last synced: 21 days ago
JSON representation
An ansible playbook for the MeanWidth project
- Host: GitHub
- URL: https://github.com/noqcks/mean-width-aws
- Owner: noqcks
- Created: 2015-07-11T18:55:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-11T19:31:50.000Z (over 9 years ago)
- Last Synced: 2024-10-11T16:05:43.758Z (3 months ago)
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MeanWidth-aws
An ansible playbook for the MeanWidth project## Quick Start
1.Load ssh key into your keyring via
```
ssh-add /path/to/ssh/key
```
2.Place the IP of your server in the hosts directory under application
```
[application]
< IP HERE >
```
3. Run the playbook
```
ansible-playbook mean-width.yml -i hosts/mean-width -u ubuntu
```