diff --git a/docs/how-to/account-provisioning-ansible/README.md b/docs/how-to/account-provisioning-ansible/README.md index 16761d7d..d1900581 100644 --- a/docs/how-to/account-provisioning-ansible/README.md +++ b/docs/how-to/account-provisioning-ansible/README.md @@ -135,5 +135,5 @@ Here is an example: ## Next Steps -1. [Executing TF for Baseline of Account](../account-provisioning-execute/) 1. [Add to appropriate AWS Organization](../account-provisioning-organization/) +1. [Executing TF for Baseline of Account](../account-provisioning-execute/) diff --git a/local-app/aws-account-setup/ansible/inventory/group_vars/lab-adsd-centurion-dev-ew/main.yml b/local-app/aws-account-setup/ansible/inventory/group_vars/lab-adsd-centurion-dev-ew/main.yml new file mode 100644 index 00000000..dabba1d8 --- /dev/null +++ b/local-app/aws-account-setup/ansible/inventory/group_vars/lab-adsd-centurion-dev-ew/main.yml @@ -0,0 +1,7 @@ +tf_account: "321562333885" +tf_account_name: "lab-adsd-centurion-dev-ew" +tf_account_use: "Lab ADSD Centurion Dev EW" +tf_region_type: "ew" +vpc_dns_servers: "{{ dns_servers['internal'] }}" +vpc_ntp_servers: "{{ ntp_servers['internal'] }}" +vpc_domain_name: "" diff --git a/local-app/aws-account-setup/ansible/inventory/group_vars/lab-adsd-centurion-dev-ew/secret.yml b/local-app/aws-account-setup/ansible/inventory/group_vars/lab-adsd-centurion-dev-ew/secret.yml new file mode 120000 index 00000000..25fee175 --- /dev/null +++ b/local-app/aws-account-setup/ansible/inventory/group_vars/lab-adsd-centurion-dev-ew/secret.yml @@ -0,0 +1 @@ +../secret.yml \ No newline at end of file diff --git a/local-app/aws-account-setup/ansible/inventory/group_vars/lab-adsd-centurion-dev-gov/main.yml b/local-app/aws-account-setup/ansible/inventory/group_vars/lab-adsd-centurion-dev-gov/main.yml new file mode 100644 index 00000000..56ffda3f --- /dev/null +++ b/local-app/aws-account-setup/ansible/inventory/group_vars/lab-adsd-centurion-dev-gov/main.yml @@ -0,0 +1,7 @@ +tf_account: "416596763771" +tf_account_name: "lab-adsd-centurion-dev-gov" +tf_account_use: "Lab ADSD Centurion Dev GovCloud" +tf_region_type: "gov" +vpc_dns_servers: [ ] +vpc_ntp_servers: [ ] +vpc_domain_name: "" diff --git a/local-app/aws-account-setup/ansible/inventory/group_vars/lab-adsd-centurion-dev-gov/secret.yml b/local-app/aws-account-setup/ansible/inventory/group_vars/lab-adsd-centurion-dev-gov/secret.yml new file mode 120000 index 00000000..25fee175 --- /dev/null +++ b/local-app/aws-account-setup/ansible/inventory/group_vars/lab-adsd-centurion-dev-gov/secret.yml @@ -0,0 +1 @@ +../secret.yml \ No newline at end of file diff --git a/local-app/aws-account-setup/ansible/inventory/inventory.yml b/local-app/aws-account-setup/ansible/inventory/inventory.yml index 2ab257bc..dac3f34d 100644 --- a/local-app/aws-account-setup/ansible/inventory/inventory.yml +++ b/local-app/aws-account-setup/ansible/inventory/inventory.yml @@ -838,7 +838,13 @@ all: ead-mes-dmz-prod-ew.cloud ansible_host=localhost ead-mes-dmz-prod-gov: hosts: - ead-mes-dmz-prod-gov.cloud ansible_host=localhost + ead-mes-dmz-prod-gov.cloud ansible_host=localhost + lab-adsd-centurion-dev-ew: + hosts: + lab-adsd-centurion-dev-ew.cloud ansible_host=localhost + lab-adsd-centurion-dev-gov: + hosts: + lab-adsd-centurion-dev-gov.cloud ansible_host=localhost #--- # master payer #---