Skip to content

Commit

Permalink
Merge branch 'release/5.1.1-4alvistack1'
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Jun 2, 2020
2 parents b257dd7 + 97ee8df commit 4dc9338
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ language: shell

env:
jobs:
- MOLECULE_SCENARIO_NAME="5.0"
- MOLECULE_SCENARIO_NAME="5.1"

before_install:
- |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Learn more about mitmproxy: <https://docs.mitmproxy.org/>

## Supported Tags and Respective `Dockerfile` Links

- [`5.0`, `latest`](https://github.com/alvistack/docker-mitmproxy/blob/master/molecule/5.0/Dockerfile.j2)
- [`5.1`, `latest`](https://github.com/alvistack/docker-mitmproxy/blob/master/molecule/5.1/Dockerfile.j2)

## Overview

Expand Down
2 changes: 1 addition & 1 deletion inventory/default/group_vars/all/00-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

mitmproxy_version: "5.0.1"
mitmproxy_version: "5.1.1"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

mitmproxy_version: "5.0.1"
mitmproxy_version: "5.1.1"
6 changes: 4 additions & 2 deletions molecule/5.0/molecule.yml → molecule/5.1/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ lint: |
dependency:
name: galaxy
options:
role-file: ansible-role-requirements.yml
roles-path: /.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
role-file: ansible-galaxy-requirements.yml
roles-path: ${HOME}/.ansible/roles
requirements-file: ansible-galaxy-requirements.yml
collections-path: ${HOME}/.ansible/collections
ignore-errors: true
provisioner:
name: ansible
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ lint: |
dependency:
name: galaxy
options:
role-file: ansible-role-requirements.yml
roles-path: /.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
role-file: ansible-galaxy-requirements.yml
roles-path: ${HOME}/.ansible/roles
requirements-file: ansible-galaxy-requirements.yml
collections-path: ${HOME}/.ansible/collections
ignore-errors: true
provisioner:
name: ansible
Expand Down
3 changes: 3 additions & 0 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,23 @@
raw: |
set -ex
setenforce 0
sed -i 's/^SELINUX=.*$/SELINUX=permissive/g' /etc/selinux/config
changed_when: false
ignore_errors: true

- name: systemctl stop firewalld.service
raw: |
set -ex
systemctl stop firewalld.service
systemctl disable firewalld.service
changed_when: false
ignore_errors: true

- name: systemctl stop ufw.service
raw: |
set -ex
systemctl stop ufw.service
systemctl disable ufw.service
changed_when: false
ignore_errors: true

Expand Down
2 changes: 1 addition & 1 deletion roles/tini
Submodule tini updated from 562270 to 56ae2d

0 comments on commit 4dc9338

Please sign in to comment.