You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
test2
f0f7aea8cd
|
5 years ago | |
---|---|---|
ansible | 5 years ago | |
images | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago |
README.md
Linux Operating System
Instances of Ubuntu with Linux-based tools
Quickstart
This is a quickstart guide of howto use this Lab
Default Configuration
Working Directory
/home/ubuntu
Default user
ubuntu
Publish Your Work
mkdir /home/ubuntu/directory
put your files and other directories into /home/ubuntu/directory
swarmlab-publish /home/ubuntu/directory
open URL in Browser
Find lab workers
The host file that contains addresses of connected workers can be created with:
swarmlab-getworkers > /home/ubuntu/invhosts
connect to workers
ssh ubuntu@[IP]
Info: user has sudo rights
connect to workers with ansible
cd /home/ubuntu/project/examples-os2/ansible
make ps
MORE INFO