Hi, how we can work on two playground servers like
2 Centos or
2 Ubuntu or
1 Centos and 1 Ubuntu
at same time ? I’m learning Ansible, so I’m planning to test on different servers.
Hi, how we can work on two playground servers like
2 Centos or
2 Ubuntu or
1 Centos and 1 Ubuntu
at same time ? I’m learning Ansible, so I’m planning to test on different servers.
Hi @nkarthik.scm,
Thank you for your question,
It’s not possible to run multiple playgrounds on the same. The ansible playground provide 3 centos servers ( 1 ansible controller - 2 others servers web1 and web2). You can use it to play with ansible
However, if you need to test with differents servers and OS , you can use cloud playground (GCP - AWS - Azure), install the VMs you need and work with.
NB : This last solution you need to install ansible
Cordially