Giter Club home page Giter Club logo

ansible-role-httpd's People

Contributors

bertvv avatar landervdb avatar sorki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ansible-role-httpd's Issues

ansible-role-httpd and bertvv.httpd out of sync

Hi bertvv.httpd has not been updated to support Centos 7. The version of httpd.conf.j2 used is for Centos 6 (?) as it it has 'Include conf.d/.conf'. This overwrites the installed version of httpd.conf which has 'include conf.modules.d/.conf. ls

ansible-role-httpd has been updated to use the latest version of httpd.conf with the include for conf.modules.d/*.conf and runs correctly. However, its meta/main.yml has an unnecessary dependency for bertvv.httpd which pulls in the broken code and again overwrites httpd.conf with the old version, ignoring all the conf files in conf.modules.d.

Generate default SSL certificate fails

I use an Azure VM with RHEL 7.6. I get this:

TASK [httpd : Generate default SSL certificate] *****************************************************************************************************************************************
fatal: [****]: FAILED! => {"changed": false, "cmd": "/usr/libexec/httpd-ssl-gencerts", "msg": "[Errno 2] No such file or directory", "rc": 2}

bertvv.httpd picks up vars from bertvv.wordpress

when installing wordpress I get this error:

TASK [bertvv.httpd : include_vars] ********************************************************************************************************
ok: [blog] => (item=/root/.ansible/roles/bertvv.wordpress/vars/RedHat-8.yml)

TASK [bertvv.httpd : Ensure Apache is installed] ******************************************************************************************
fatal: [blog]: FAILED! => {"msg": "'httpd_packages' is undefined"}

This seems to be the case because httpd only ships RedHat.yml and wordpress has RedHat-8.yml
a workaround was cp /root/.ansible/roles/bertvv.httpd/vars/RedHat.yml /root/.ansible/roles/bertvv.httpd/vars/RedHat-8.yml

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.