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

Improve ip_whitelist in development #1183

Merged
merged 1 commit into from
May 15, 2020
Merged

Conversation

swalkinshaw
Copy link
Member

Fixes #1181

ansible_default_ipv4.gateway wasn't a good default as it wasn't the actual Vagrant external IP (192.168.50.5).

ansible_all_ipv4_addresses is the replacement which includes that IP.

This also moves the development specific override to the proper development config.

@swalkinshaw swalkinshaw force-pushed the improve-ip-whitelist branch 2 times, most recently from 11fdaf6 to 4b9beb3 Compare May 14, 2020 03:28
Fixes #1181

`ansible_default_ipv4.gateway` wasn't a good default as it wasn't the
actual Vagrant external IP (`192.168.50.5`).

`ansible_all_ipv4_addresses` is the replacement which includes that
IP.

This also moves the development specific override to the proper
development config.
@swalkinshaw swalkinshaw force-pushed the improve-ip-whitelist branch from 4b9beb3 to 2ba823f Compare May 14, 2020 22:57
@swalkinshaw swalkinshaw merged commit a6325bb into master May 15, 2020
@swalkinshaw swalkinshaw deleted the improve-ip-whitelist branch May 15, 2020 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ip_whitelist does not whitelist correct IP on development
1 participant