Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dijanapenic/ansible

Infrastructure as a Code (IaC) - using Ansible to configure the application on AWS.
https://github.com/dijanapenic/ansible

ansible ansible-inventory ansible-playbook ansible-roles

Last synced: about 1 month ago
JSON representation

Infrastructure as a Code (IaC) - using Ansible to configure the application on AWS.

Awesome Lists containing this project

README

        

# Ansible

### run playbook (default hosts.ini inventory)

ansible-playbook setup-docker-ec2-user.yml

### run playbook (inventory_aws_ec2.yml inventory)

ansible-playbook -i inventory_aws_ec2.yml setup-docker-ec2-user.yml

### run inventory graph

ansible-inventory -i inventory_aws_ec2.yml --graph