Skip to content

isboston/ansibleOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Ansible Playbooks

Welcome to the Ansible Playbooks repository!
This repository contains a collection of playbooks designed for automating the deployment and management of infrastructure.

Contents

  • User Management Playbook: Automates the creation, deletion, and configuration of users in Linux.
  • Web Server Installation Playbook: Automates the installation and configuration of Apache/Nginx.
  • Database Setup Playbook: Facilitates the installation and configuration of MySQL/PostgreSQL.
  • Application Deployment Playbook: Simplifies the process of deploying applications on servers.
  • Monitoring Setup Playbook: Configures monitoring tools such as Zabbix, Prometheus, and Grafana.

Installation

  1. Clone the repository:
    git clone https://github.com/isboston/ansible.git
  2. Navigate to the playbooks directory:
    cd ansible
  3. Run the playbook using Ansible:
    ansible-playbook -i inventory test.yml

Requirements

  • Ansible 2.9 or higher
  • SSH access to target servers
  • Necessary permissions to execute tasks

Contributing

If you have suggestions or would like to contribute, feel free to create a pull request or open an issue.

License

This project is licensed under the MIT License. You are free to modify the content and formatting as you wish!


You can create a file named `README.md` and paste this content into it.

About

Repository for playbooks and roles on ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published