Code Monkey home page Code Monkey logo

ansible-role-lamp-wordpress's Introduction

Ansible role for building a lamp stack with wordpress site on CentOS7 and Amazon Linux2.

This is a Ansible role to deploy a LAMP Stack infrastructure on centos7/amazon-linux2 hosts.

  • Playbooks for complex tasks can become lengthy and therefore difficult to read and understand. The solution to this problem is Ansible roles. A role directory structure contains directories: defaults, vars, tasks, files, templates, meta, handlers. Each directory must contain a main.yml file which contains relevant content.

Here is the role I have created for this project,

├── defaults
│   └── main.yml
├── files
├── handlers
│   └── main.yml
├── inventory.txt
├── key.pem
├── lamp-wordpress.yml
├── meta
│   └── main.yml
├── README.md
├── tasks
│   ├── amazon.yml
│   ├── centos.yml
│   ├── main.yml
│   └── wordpress.yml
├── templates
│   ├── httpd.conf.temp
│   ├── virtualhost.conf.temp
│   └── wp-config.php.temp
├── tests
│   ├── inventory
│   └── test.yml
└── vars
    └── main.yml

STACK

  • apache
  • php7.4
  • mariadb-server

Prerequisites

You must have the latest ansible version installed.

Hosts

  • Add hosts in an inventory file under your working directory.

Apache & Database configuration

  • I have included the configuration informations for both apache and mariadb in the vars section. Please modify as per your requirement.

Setup

Run the below command to check if the playbook have any syntax error,

ansible-playbook -i inventory.txt lamp-wordpress.yml --syntax-check

then,

ansible-playbook -i inventory.txt lamp-wordpress.yml

Thank you.

ansible-role-lamp-wordpress's People

Contributors

akhiljithpb avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.