https://github.com/farisc0de/myansiblescripts
My Ansible Script for configuring new environment
https://github.com/farisc0de/myansiblescripts
Last synced: 4 months ago
JSON representation
My Ansible Script for configuring new environment
- Host: GitHub
- URL: https://github.com/farisc0de/myansiblescripts
- Owner: farisc0de
- License: mit
- Created: 2024-05-30T20:30:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T18:53:23.000Z (almost 2 years ago)
- Last Synced: 2025-12-26T20:29:59.574Z (6 months ago)
- Language: Jinja
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Infrastructure Automation
This repository contains Ansible playbooks for automating the deployment of various applications and services.
## Features
- **WordPress**: Automate the deployment of WordPress using Ansible.
- **Laravel**: Automate the deployment of Laravel applications using Ansible.
- **Security**: Implement security best practices for servers and applications.
- **Performance**: Optimize server performance for various applications and services.
- **Auditing**: Ensure compliance with security standards and best practices.
- **Apache**: Configure Apache web server for optimal performance and security.
## Components
- **Ansible**: Install Ansible on your local machine or server.
- **Inventory**: Dynamic inventory is used for managing hosts.
- **SSH Keys**: Ensure SSH keys are set up for passwordless authentication.
- **Prompts**: Ansible Variables are prompted for during playbook execution.
- **Roles**: Ansible roles are used for organizing tasks and variables.
- **Playbooks**: Ansible playbooks are used for executing tasks on hosts.
- **Handlers**: Ansible handlers are used for restarting services.
- **Templates**: Jinja2 templates are used for generating configuration files.
## License
MIT