Git Product home page Git Product logo

ansible-role-alb_route53's Introduction

alb_route53

Requirements

Add these role git url to requirements.yml for ansible galaxy to work

aws_route53 - ssh://[email protected]:7999/xans/aws_route53.git aws_profile_account - ssh://[email protected]:7999/xans/aws_profile_account.git

Role Variables

  • load_balancer_name - required - no default The load_balancer_name to create DNS for

  • aws_route53_profile_public - optional - no default The aws profile that we are going to create the public route53 entry. If not provided then fall back to use IAM profile. See https://bitbucket.xvt.technology/projects/XANS/repos/aws_route53/browse for more.

  • alb_route53_dns - Optional - Default: role_type.tld_name_external The dns record that this role is going to create and will have the value of the load_balancer_name.domain_name.

  • tld_name_external - the public zone name.

  • role_type - role type - required if alb_route53_dns is not provided.

The DNS will be created as a CNAME of the alb and the value is <role_type>.<tld_name_external>

Dependencies

role: aws_route53 to do the actual route53 request

role: aws_profile_account to handle the case when we are running in ec2 which has the IAM profile that can assume the target route53_admin IAM role in the aws account that we create the entry. This eliminates the need to use the local target aws account profile.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: username.rolename, x: 42 }

License

BSD

Author Information

An optional section for the role authors to include contact information, or a website (HTML is not allowed).

ansible-role-alb_route53's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.