Skip to content

Commit

Permalink
add a test VM
Browse files Browse the repository at this point in the history
using the staging name became a blocker
  • Loading branch information
kayiwa committed Dec 24, 2024
1 parent 4728b6e commit d5f4e53
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions group_vars/lib_sftp/common.yml

This file was deleted.

2 changes: 1 addition & 1 deletion group_vars/lib_sftp/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ almasftp_user_password: "{{ vault_almasftp_user_password }}"
aspaceftp_user: "{{ vault_libaspacesftp_user_password }}"
aspaceftp_user_password: "alsosimple"
lib_sftp_domain_group: "domain [email protected]"
host_ad_name: sftp-staging1.princeton.edu
host_ad_name: lib-sftp-test1.princeton.edu
deploy_user_local_keys:
- { name: 'bibdata-worker-staging1', key: "{{ lookup('file', '../roles/lib_sftp/files/id_rsa.pub') }}" }
2 changes: 1 addition & 1 deletion group_vars/sftp/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ sssd_uris:
sssd_search_base: "{{ vault_sssd_search_base }}"
sssd_bind_dn: "{{ vault_sssd_bind_dn }}"
sssd_bind_dn_password: "{{ vault_sssd_dn_password }}"
host_ad_name: sftp-staging1.princeton.edu
host_ad_name: lib-sftp-test1.princeton.edu
deploy_user_local_keys:
- { name: 'bibdata-worker-staging1', key: "{{ lookup('file', '../roles/lib_sftp/files/id_rsa.pub') }}" }
1 change: 1 addition & 0 deletions inventory/all_projects/lib_sftp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

[libsftp_staging]
lib-sftp-staging1.princeton.edu
lib-sftp-test1.princeton.edu
[libsftp_production]
lib-sftp-prod1.princeton.edu
1 change: 0 additions & 1 deletion playbooks/lib_sftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

vars_files:
- ../group_vars/lib_sftp/vault.yml
- ../group_vars/lib_sftp/common.yml
- ../group_vars/lib_sftp/{{ runtime_env | default('staging') }}.yml
roles:
- role: ../roles/deploy_user
Expand Down

0 comments on commit d5f4e53

Please sign in to comment.