Thanks Marc, I will most definitely check those links.

Appreciate for your reply and help.

Cheers

On Wed, May 4, 2016 at 2:57 AM, Marc Petrivelli <marc.petrive...@gmail.com>
wrote:

> 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
>
>
> On Sunday, May 1, 2016 at 11:44:27 PM UTC-4, abid...@gmail.com wrote:
>>
>> 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..:
>>
>> *---*
>> *# set these parameters to control the region, keypair, and AMI that are
>> launched*
>> *ec2_region: us-east-1*
>> *instances_keypair: keypair-name *
>> *image_id: ami-bf5012d6*
>>
>> *# security groups to be created*
>> *security_groups:*
>> *  - name: ssh*
>> *    desc: the security group for the jumphost*
>> *    rules:*
>> *      - proto: tcp*
>> *        from_port: 22*
>> *        to_port: 22*
>> *        cidr_ip: 0.0.0.0/0 <http://0.0.0.0/0>*
>>
>> Any help would be greatly appreciated.
>>
>> Cheers,
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Ansible Development" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/ansible-devel/xSfKs30wnyM/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> ansible-devel+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to