xldeploy
ANSIBLE ROLE : XL DEPLOY
This ansible role will create an CentOS and configures xl-deploy on aws ec2 instance.
default Username: admin
default Password: password
default Port: 4516
Requirements
You need to install python-pip and boto to launch this EC2 based ansible module.
Role Variables
Try exploring defaults/main.yml in the github to understand which variables can be override.
Dependencies
No dependencies for this playbook
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: localhost
become: true
gather_facts: false
vars:
keypair: Give your exiting keypair name here
instance_type: give the instance_type
security_group: Give your security group information
vpc_subnet_id: give your vpc subnet id
volume_size: Enter volume_size
region: us-west-2 (CentOS image which i have chosen is working in us-west-2 better try this region)
ec2_access_key: Give here aws_access_key
ec2_secret_key: Give here aws_secret_key
roles:
- hemanth22.xldeploy
License
GPLv3
Author Information
This role was created in 2019 by Hemanth BITRA.