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

RHEL: subscription-manager uses network when docker_network_access is set to false #98

Closed
haxorof opened this issue Jun 5, 2019 · 0 comments
Labels

Comments

@haxorof
Copy link
Owner

haxorof commented Jun 5, 2019

Ansible Version

2.6.16

Role Version

2.4.0

Role configuration

- name: Install and configure Docker CE
  hosts: test-host
  roles:
    - haxorof.docker_ce

- name: No outbound network shall be required to reconfigure Docker CE
  hosts: test-host
  vars:
    docker_network_access: false
    docker_daemon_config:
      icc: false    
  roles:
    - haxorof.docker_ce

Expected Behavior

Outbound network connectivity shall not be necessary when run the second time on RHEL.

Actual Behavior

subscription-manager was called which requires network connectivity and the role failed the second time.

Steps to Reproduce

See config above but for second run outbound network connectivity must be blocked.

References

None

@haxorof haxorof added the fix label Jun 5, 2019
@haxorof haxorof closed this as completed in 2568137 Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant