Skip to content

Shintaro-Abe/Ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  2. Update variables in `vars.yml.
  3. Enter the managed node to hosts.ini.
  4. Execute the following command. Optionally, -v outputs the processing contents.

Command

ansible-playbook -i hosts.ini main.yml

About

Automated construction practices.EC2,RDS,Wordpress,Jupyternotebook,GitLab

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published