Skip to content

Ansible automation to configure Dockerized Jenkins

Notifications You must be signed in to change notification settings

hiriumi/ansible-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configure Jenkins with Ansible

This repository contains Ansible code that automatically configures Docker engine and Jenkins on top of it.

How to Install Ansible

Create a Python virtual environment

  1. Open terminal.
  2. Clone this repo.
    git clone git@github.com:hiriumi/ansible-jenkins.git
    
  3. CD into the directory
    cd ansible-jenkins
    
  4. Create a virtual environment.
    python3 -m venv venv
    
  5. Activate it.
    source ./venv/bin/activate
    

Install Ansible

  1. Install Ansible. This will take a while.
    pip install ansible
    

About

Ansible automation to configure Dockerized Jenkins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published