Browse Source

ansible

master
test2 4 years ago
parent
commit
ccfdda7dfd
  1. 31
      README.md

31
README.md

@ -2,17 +2,11 @@
Instances of Ubuntu with Linux-based tools Instances of Ubuntu with Linux-based tools
## LabInstance os2
![alt text](images/swarmlab-network.png "") ![alt text](images/swarmlab-network.png "")
[inspired by NLKNguyen](https://github.com/NLKNguyen/alpine-mpich)
## Quickstart ## Quickstart
This is a quickstart guide of howto use this *Lab* This is a quickstart guide of howto use this *Lab*
@ -30,20 +24,21 @@ This is a quickstart guide of howto use this *Lab*
> ubuntu > ubuntu
- Publish yoy work - Publish Your Work
--- ---
**INFO** **INFO**
Usage: Usage:
> ```bash
> mkdir /home/ubuntu/directory
> put you files in that directory mkdir /home/ubuntu/directory
> swarmlab-publish /home/ubuntu/directory put your files and other directories into /home/ubuntu/directory
> open URL in Browser swarmlab-publish /home/ubuntu/directory
> open URL in Browser
```
--- ---
@ -56,10 +51,10 @@ Usage:
- connect to workers - connect to workers
> ```bash
> ssh ubuntu@[IP] ssh ubuntu@[IP]
> user has sudo rights Info: user has sudo rights
> ```
- connect to workers with ansible - connect to workers with ansible

Loading…
Cancel
Save