Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from upstream #1

Merged
merged 12 commits into from
Jan 18, 2020
Merged

Update from upstream #1

merged 12 commits into from
Jan 18, 2020

Commits on Jun 15, 2018

  1. Explicitly setting the nginx configuration file in (jdauphant#223)

    the "check nginx configuration" handler.
    timorunge authored and jdauphant committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    01c2e51 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Fixing Ansible 2.7.0 deprication warnings (jdauphant#225)

    * * Fixing Ansible 2.7.0 deprication warnings
      For further details take a look at: https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.7.html#using-a-loop-on-a-package-module-via-squash-actions
    
    * * Remving travis deprecation warning - Moving from "--sudo" to "--become"
    
    * * Ignoring symlinks errors during ansible_check_mode
    timorunge authored and jdauphant committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    55b3e78 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    ebef782 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Add support to declare nginx modules in config file (jdauphant#227)

    * We can declare nginx modules now
    
    * We can declare nginx modules now
    
    * Correct load_module definition in template
    q2digger authored and jdauphant committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    bdb4556 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Add task to remove default.conf from sites-enabled/ (jdauphant#231)

    * Add task to remove `default.conf` from sites-enabled/
    
    * Check if `default` site is not inside user config
    neslinesli93 authored and jdauphant committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    a6aa5ed View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    6863343 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Fix typo in modules config and restrict to EPEL (jdauphant#232) (jdau…

    …phant#235)
    
    * Fix typo in modules config and restrict to EPEL (jdauphant#232)
    
    * Fixes warning from duplicate when's in modules configuration (jdauphant#233)
    perryk authored and jdauphant committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    02b950b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. Extends support for configuring modules (jdauphant#236) (jdauphant#237)

    Module configuration should now work for the following:
    
     Centos/RHEL with either EPEL or Official Nginx repo
     Debian/Ubuntu with either standard APT repo or Official Nginx repo
    
    Please see issue jdauphant#236 for further details.
    perryk authored and jdauphant committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    6bea4fc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Update README.md

    jdauphant committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c969677 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    08ccfc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2124d5f View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Fix for jdauphant#242 Stick to ansible-lint rules. (jdauphant#243)

    * trailing whitespace
    
    * [701] Role info should contain description
    
    * [601] Don't compare to literal True/False
    
    * [502] All tasks should be named
    
    * [206] Variables should have spaces before and after: {{ var_name }}
    
    * skip_ansible_lint rule [403] Package installs should not use latest
    
    * [204] Lines should be no longer than 160 chars
    bbaassssiiee authored and jdauphant committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    868ad18 View commit details
    Browse the repository at this point in the history