Skip to content

Commit

Permalink
Update Ansible_integration.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
ValaxyTech authored Nov 29, 2018
1 parent d566c1d commit ae64c62
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions Jenkins/Ansible_integration.MD
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
# Ansible integration with Jenkins

this article helps you to integrate Ansible with Jenkins

Follow this on **[YouTube](https://www.youtube.com/watch?v=nE4b9mW2ym0)

Follow this on **[YouTube](https://www.youtube.com/watch?v=nE4b9mW2ym0)**

### Prerequisites:
1. Ansible server **[Get Help Here](https://www.youtube.com/watch?v=79xFyOc_eEY)
2. Jenkins Server ** [Get Help Here](https://www.youtube.com/watch?v=M32O4Yv0ANc)
1. Ansible server **[Get Help Here](https://www.youtube.com/watch?v=79xFyOc_eEY)**
2. Jenkins Server **[Get Help Here](https://www.youtube.com/watch?v=M32O4Yv0ANc)**

### Integration Setps
### Part-01 Integration Setps

install "publish Over SSH"
`Manage Jenkins` > `Manage Plugins` > `Available` > `Publish over SSH`
Install "publish Over SSH"
- `Manage Jenkins` > `Manage Plugins` > `Available` > `Publish over SSH`

configure ansible system credentials under "configure systems" to connect our Jenkins to ansible
Enable connection between Ansible and Jenkins
- `Manage Jenkins` > `Configure System` > `Publish Over SSH` > `SSH Servers`

- SSH Servers:
- server Name:`<ServerIP>`
- Hostname:`<ServerIP>`
- username: `ansadm`
- password: `*******`

test he connection
Test the connection "Test Connection"

0 comments on commit ae64c62

Please sign in to comment.