You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> since we are going to use the same jenkins machine as ansible controller, create user & configure the ssh keys.
52
-
53
51
> setup two docker swarm clusters one for QA & one for PROD
54
52
```
55
-
create two VMs for QA& create docker swarm cluster one manager & one node
56
-
create two VMs for PROD& create docker swarm cluster one manager & one node
53
+
create two VMs for QA, Install Docker on both & create docker swarm cluster, one manager - one node
54
+
create two VMs for PROD, Install Docker on both & create docker swarm cluster, one manager - one node
57
55
```
56
+
> since we are going to use the same jenkins machine as ansible controller, create user ansible & configure the ssh keys.
57
+
58
58
> Copy the ssh-keys for ansible user from Jenkins machine (acting as ansible controller) to QA Swarm Manager & PROD Swarm Manager so that Jenkins can connect & deploy the containers.
0 commit comments