GIThub, Jenkins and Ansible

Hi Guys,

I’m looking for a step by step process to configure GitHub, Jenkins (CI) and Ansible (CD) so that a code from local machine to → Github → Jenkins (CI) → Ansible (CD) → local or EC2 can be deployed.

Also looking for a list of all parameters available to deploy AWS resources, example: parameter below for 'security_group, from_port, to_port, cidr_ip etc…:

(attachments)

I’d start with browsing http://docs.ansible.com/ansible/list_of_cloud_modules.html to determine which EC2 deployment options are available. As far as configuring Jenkins, take a look at https://galaxy.ansible.com/list#/roles?page=1&page_size=10&autocomplete=jenkins.

this is probably more of a question for Ansible the google group rather than Ansible-Devel.

–Marc

Thanks Marc, I will most definitely check those links.

Appreciate for your reply and help.

Cheers