Giter Site home page Giter Site logo

makarenalabs / ansible-role-wordpress Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 14.0 52 KB

Ansible Role WordPress - Role for Ansible in Ansible Galaxy to install WordPress with a webserver (Nginx or Apache2)

License: MIT License

Python 12.19% HTML 87.81%
ansible ansible-galaxy ansible-role apache nginx travis-ci wordpress

ansible-role-wordpress's People

Contributors

colorchestra avatar dpendolino avatar matteocastagnaro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ansible-role-wordpress's Issues

python-mysqldb?

I just spun up a fresh Ubuntu 20.04 VPS and ran this role.

image

Is that some legacy package only available on older OS versions or older versions of Python? Would be nice to have a note in the README if so.

Error establishing a database connection

After editing variables in main, and running test with become, ansible shares clean build, but this pops when going to url

Error establishing a database connection

PHP is not installed on Debian

Due to this line:

when: ansible_distribution == 'Ubuntu' and ansible_distribution_release != 'trusty'

PHP is currently only installed on Ubuntu and not on Debian, which causes the role to fail. Is this intended?

The role works well for me after changing the line to when: (ansible_distribution == 'Ubuntu' and ansible_distribution_release != 'trusty') or (ansible_distribution == 'Debian'), so either that should be added or the tag for Debian support should be removed.

Thanks!

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.