ou-cs5213-sp24 / capstone-management-system

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Infrastructure automation #28

Closed HimaDeepikaM closed 2 months ago

HimaDeepikaM commented 3 months ago

Description:

  1. We use Ansible to automate operating system installations and updates for our Capstone Management System, as Ansible serves as our configuration manager.
  2. By employing Ansible playbooks, which are YAML files outlining tasks, we can automate the setup and configuration of web servers (like Apache or Nginx) and database servers (such as MySQL or PostgreSQL), along with their dependencies. This ensures consistent and replicable deployment of server environments, adhering to our specified configurations.

Definition of done: Automating the installation and updating of operating systems, as well as setting up web servers, database servers, and other necessary dependencies for the test environment.

HimaDeepikaM commented 2 months ago

Definition of done: Implementation of infrastructure automation by OU IT, regular weekly updates, and automation to ensure continuous system currency, leading to the resolution of the issue.