Jenkins is one of the most popular open-source continuous integration and continuous delivery servers
Install software from various PPA
$ sudo apt update
$ sudo apt install software-properties-common
Next add ppa:ansible/ansible to your system’s Software Source
$ sudo apt-add-repository ppa:ansible/ansible
Update our repos:
$ sudo apt update
Install Ansible:
$ sudo apt install ansible
Go to folder jenkins then:
$ cd jenkins
$ ansible-playbook -i inventory