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 the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/14bbaa3c-b69d-4641-865d-2f6fdae2fbc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to