Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduces the addition of a new host entry "216.254.141.2 www.bankexample.com" and "4.206.99.166 www.bankexample.com" in the
/etc/hosts
file across various infrastructure components. Additionally, it updates theHelmRelease.yaml
file to specify version "1.0.0-1" for the fortiweb-ingress-controller.The changes in the
ansible/playbook.yml
file involve tasks to update the/etc/hosts
file on localhost by ensuring a temporary hosts file, adding an entry to it, and then moving it to the actual hosts file with escalated privileges.In the
terraform/hub-network.tf
file, an output block has been added to generate a command that appends the public IP address to the/etc/hosts
file for the hub NVA.These changes aim to configure the necessary host entries for the domain "www.bankexample.com" across the infrastructure components, ensuring proper networking and DNS resolution within the project environment.