Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed Jun 5, 2019
1 parent 6786563 commit 9b692f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased](../../releases/tag/X.Y.Z)

## [2.4.0](../../releases/tag/2.4.0) - 2019-06-05

### Added

- Experimental configuration to not access network during run
- Experimental configuration (`docker_network_access`) to not access network during run

### Changed

Expand Down
12 changes: 5 additions & 7 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ docker_rhel_repos:
repo_manager: sm
state: disabled

# If Docker is installed this can stop the role from accessing network.
# IMPORTANT! Role will fail is some external resource is necessary for some
# tasks to run. Assumption is that this role has been run once before.
docker_network_access: true

################################################################################
# Docker daemon configuration
################################################################################
Expand Down Expand Up @@ -132,10 +137,3 @@ docker_remove_all: false
# was previously configured for data storage etc.
docker_remove_additional: []

################################################################################
# Experimental
################################################################################
# If Docker is installed this can stop the role from accessing network.
# IMPORTANT! Role will fail is some external resource is necessary for some
# tasks to run. Assumption is that this role has been run once before.
docker_network_access: true

0 comments on commit 9b692f6

Please sign in to comment.