-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d566c1d
commit ae64c62
Showing
1 changed file
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |