Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dijanapenic/ansible
- Owner: DijanaPenic
- Created: 2022-04-09T08:13:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T10:23:19.000Z (over 2 years ago)
- Last Synced: 2024-10-13T07:23:10.560Z (about 1 month ago)
- Topics: ansible, ansible-inventory, ansible-playbook, ansible-roles
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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