https://github.com/shintaro-abe/ansible
Automated construction practices.EC2,RDS,Wordpress,Jupyternotebook,GitLab
https://github.com/shintaro-abe/ansible
ansible apache aws ec2 gitlab jupyternotebook nginx rds wordpress
Last synced: 5 months ago
JSON representation
Automated construction practices.EC2,RDS,Wordpress,Jupyternotebook,GitLab
- Host: GitHub
- URL: https://github.com/shintaro-abe/ansible
- Owner: Shintaro-Abe
- License: mit
- Created: 2023-02-08T10:49:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T06:30:12.000Z (about 2 years ago)
- Last Synced: 2025-02-18T00:46:42.047Z (8 months ago)
- Topics: ansible, apache, aws, ec2, gitlab, jupyternotebook, nginx, rds, wordpress
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ansible
### Automation of infrastructure construction with Ansible
* EC2 Construction
* RDS Construction
* Wordpress(Apache)
* Wordpress(nginx)
* Installing Jupyternotebook on EC2
* Installing GitLab on EC2### Usage
1. Select the tasks you want to run from the `tasks` directory and specify them in `main.yml` with `include_tasks`.
1. Update variables in `vars.yml.
1. Enter the managed node to `hosts.ini`.
1. Execute the following command. Optionally, `-v` outputs the processing contents.__Command__
```
ansible-playbook -i hosts.ini main.yml
```