integrate ansible with jenkins - jamongx/twitter-clone GitHub Wiki
Add Ansible-server to System
Manage Jenkins -> System -> Publish over SSH -> SSH Servers -> Add
SSH Server Name: ansible-server
Hostname: 172.xxx.xxx.xxx -> ansible server private ip
Username: ansadmin
[V] Use password authentication, or use a different key
[V] Use password authentication, or use a different key
Password: xxxx
Create a new directory on ansible-server to build docker images