Skip to content

Commit

Permalink
trying shenanigans so that census can perform security theater
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 10, 2024
1 parent 2e0fa5c commit c47215a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-ubuntu-base-python-install.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,14 @@ build {
command = "/root/.local/bin/ansible-playbook"
playbook_file = "${var.ansible_dir}/${data.amazon-parameterstore.playbook.value}"
roles_path = "${var.ansible_dir}/roles"
ansible_env_vars = ["ANSIBLE_STDOUT_CALLBACK=yaml", "ANSIBLE_NOCOLOR=True"]
ansible_env_vars = [
"ANSIBLE_STDOUT_CALLBACK=yaml",
"ANSIBLE_NOCOLOR=True",
"HTTP_PROXY=http://proxy.tco.census.gov:3128",
"NO_PROXY=.census.gov,169.254.169.254,148.129.*,10.*,172.18.*,172.22.*,172.23.*,172.24.*,172.25.*,.eks.amazonaws.com,.s3.amazonaws.com,.amazonaws.com,.gcr.io,.pkg.dev",
"HTTPS_PROXY=http://proxy.tco.census.gov:3128"

]
}

post-processors {
Expand Down

0 comments on commit c47215a

Please sign in to comment.