diff --git a/playbooks/Gitlab.yml b/playbooks/Gitlab.yml index 9308018c4..bec1785bc 100644 --- a/playbooks/Gitlab.yml +++ b/playbooks/Gitlab.yml @@ -7,10 +7,10 @@ remote_user: pulsys become: true vars: - - post_install: | - Things left to do: - - comment out `AllowUsers pulsys` as `/etc/ssh/sshd_config` - - Restart the openssh-server `sudo systemctl restart sshd` + post_install: | + Things left to do: + - comment out `AllowUsers pulsys` as `/etc/ssh/sshd_config` + - Restart the openssh-server `sudo systemctl restart sshd` vars_files: - ../group_vars/gitlab/{{ runtime_env | default('staging') }}.yml - ../group_vars/gitlab/vault.yml diff --git a/playbooks/aws_group_access.yml b/playbooks/aws_group_access.yml index e83427513..591d1226a 100644 --- a/playbooks/aws_group_access.yml +++ b/playbooks/aws_group_access.yml @@ -17,8 +17,8 @@ hosts: localhost gather_facts: false vars: - - pul_user: "{{ pul_group }}" - - dev_user: "{{ dev_user }}" + pul_user: "{{ pul_group }}" + dev_user: "{{ dev_user }}" tasks: - name: check for "{{ pul_group }}" community.aws.iam_access_key_info: diff --git a/playbooks/byzantine.yml b/playbooks/byzantine.yml index bfce9640d..9ac3fa911 100644 --- a/playbooks/byzantine.yml +++ b/playbooks/byzantine.yml @@ -6,12 +6,12 @@ remote_user: pulsys become: true vars: - - force_settings: true - - drupal_git_repo: '' - - post_install: | - Possible Things left to do: - - run a cap for byzantine - - where needed, make sure server is greenlisted on [lib-ponyexpress](https://github.com/pulibrary/pul-the-hard-way/blob/master/services/smtp-mail-server.md) + force_settings: true + drupal_git_repo: '' + post_install: | + Possible Things left to do: + - run a cap for byzantine + - where needed, make sure server is greenlisted on [lib-ponyexpress](https://github.com/pulibrary/pul-the-hard-way/blob/master/services/smtp-mail-server.md) vars_files: - ../group_vars/byzantine/common.yml - ../group_vars/byzantine/{{ runtime_env | default('staging') }}.yml diff --git a/playbooks/ezproxy.yml b/playbooks/ezproxy.yml index 6a5521a79..204dfe133 100644 --- a/playbooks/ezproxy.yml +++ b/playbooks/ezproxy.yml @@ -7,9 +7,9 @@ remote_user: pulsys become: true vars: - - post_install: | - Possible Things left to do: - - run a cap for ezproxy + post_install: | + Possible Things left to do: + - run a cap for ezproxy vars_files: - ../group_vars/ezproxy/{{ runtime_env | default('testing') }}.yml - ../group_vars/ezproxy/vault.yml diff --git a/playbooks/figgy_db_migration.yml b/playbooks/figgy_db_migration.yml index 9a2f6ac08..eedad49af 100644 --- a/playbooks/figgy_db_migration.yml +++ b/playbooks/figgy_db_migration.yml @@ -34,10 +34,10 @@ # where leader_db_host is defined for all pgsql machines # to the vars_files: section vars: - - deploy_user: "pulsys" - - file_path: "/mnt/diglibdata1/postgreslog/migrate" - - dest_file_path: "/var/lib/migrate" - - backup_time: "{{ ansible_date_time.date }}" + deploy_user: "pulsys" + file_path: "/mnt/diglibdata1/postgreslog/migrate" + dest_file_path: "/var/lib/migrate" + backup_time: "{{ ansible_date_time.date }}" vars_files: - ../group_vars/{{ project_name }}/{{ app_runtime_env | default(runtime_env) | default('staging') }}.yml # - ../group_vars/{{ project_name }}/main.yml # some roles have this diff --git a/playbooks/friends_of_pul.yml b/playbooks/friends_of_pul.yml index a0183f96e..15e9dac81 100644 --- a/playbooks/friends_of_pul.yml +++ b/playbooks/friends_of_pul.yml @@ -6,12 +6,12 @@ remote_user: pulsys become: true vars: - - force_settings: true - - drupal_git_repo: '' - - post_install: | - Possible Things left to do: - - run a cap for friends_of_pul - - where needed make sure server is greenlisted on [lib-ponyexpress](https://github.com/pulibrary/pul-the-hard-way/blob/master/services/smtp-mail-server.md) + force_settings: true + drupal_git_repo: '' + post_install: | + Possible Things left to do: + - run a cap for friends_of_pul + - where needed make sure server is greenlisted on [lib-ponyexpress](https://github.com/pulibrary/pul-the-hard-way/blob/master/services/smtp-mail-server.md) vars_files: - ../group_vars/friends_of_pul/{{ runtime_env | default('staging') }}.yml - ../group_vars/friends_of_pul/common.yml diff --git a/playbooks/lib_jobs.yml b/playbooks/lib_jobs.yml index bba9c5ad1..56e420270 100644 --- a/playbooks/lib_jobs.yml +++ b/playbooks/lib_jobs.yml @@ -6,7 +6,7 @@ remote_user: pulsys become: true vars: - - post_install: | + post_install: | Possible Things left to do: - deploy lib_jobs and aspace_helpers vars_files: diff --git a/playbooks/lib_sftp.yml b/playbooks/lib_sftp.yml index 24e0784be..ff6e73b85 100644 --- a/playbooks/lib_sftp.yml +++ b/playbooks/lib_sftp.yml @@ -10,10 +10,10 @@ remote_user: pulsys become: true vars: - - force_settings: true - - drupal_git_repo: '' - - post_install: | - Look the README for additional steps to allow mkhome directory + force_settings: true + drupal_git_repo: '' + post_install: | + Look the README for additional steps to allow mkhome directory pre_tasks: - set_fact: diff --git a/playbooks/libruby.yml b/playbooks/libruby.yml index fe1b3a34b..d925aee97 100644 --- a/playbooks/libruby.yml +++ b/playbooks/libruby.yml @@ -7,7 +7,7 @@ remote_user: pulsys become: true vars: - - ignore_error: true + ignore_error: true vars_files: roles: - role: deploy_user diff --git a/playbooks/libwww.yml b/playbooks/libwww.yml index a67e36516..f852704b9 100644 --- a/playbooks/libwww.yml +++ b/playbooks/libwww.yml @@ -6,9 +6,9 @@ remote_user: pulsys become: true vars: - - force_settings: true - - drupal_git_repo: '' - - post_install: | + force_settings: true + drupal_git_repo: '' + post_install: | Possible Things left to do: - run a cap for pul_library_drupal, discoveryutils - where needed make sure server is greenlisted on [lib-ponyexpress](https://github.com/pulibrary/pul-the-hard-way/blob/master/services/smtp-mail-server.md) diff --git a/playbooks/mysql_db_migration.yml b/playbooks/mysql_db_migration.yml index c78338c1d..377a2a0af 100644 --- a/playbooks/mysql_db_migration.yml +++ b/playbooks/mysql_db_migration.yml @@ -24,9 +24,9 @@ remote_user: pulsys become: true vars: - - deploy_user: "pulsys" - - file_path: "/var/lib/migrate" - - now: "{{ ansible_date_time.date }}" + deploy_user: "pulsys" + file_path: "/var/lib/migrate" + now: "{{ ansible_date_time.date }}" vars_files: - ../group_vars/{{ project_name }}/{{ runtime_env | default('staging') }}.yml - ../group_vars/{{ project_name }}/common.yml diff --git a/playbooks/orangelight_toggle_readonly.yml b/playbooks/orangelight_toggle_readonly.yml index 3eab08e4b..e8b976a75 100644 --- a/playbooks/orangelight_toggle_readonly.yml +++ b/playbooks/orangelight_toggle_readonly.yml @@ -8,8 +8,8 @@ remote_user: pulsys become: true vars: - - deploy_user: "deploy" - - rails_app_name: "orangelight" + deploy_user: "deploy" + rails_app_name: "orangelight" vars_files: - ../site_vars.yml - ../group_vars/orangelight/vault.yml diff --git a/playbooks/orcid.yml b/playbooks/orcid.yml index 1bba3b51c..18bcc66d3 100644 --- a/playbooks/orcid.yml +++ b/playbooks/orcid.yml @@ -12,9 +12,9 @@ - ../group_vars/orcid/vault.yml vars: - - post_install: | - Possible Things left to do: - - run a cap deploy for orcid: https://github.com/pulibrary/orcid_princeton + post_install: | + Possible Things left to do: + - run a cap deploy for orcid: https://github.com/pulibrary/orcid_princeton roles: - role: roles/rails_app diff --git a/playbooks/pas.yml b/playbooks/pas.yml index 836f9a43e..ed11d55ac 100644 --- a/playbooks/pas.yml +++ b/playbooks/pas.yml @@ -14,7 +14,7 @@ - ../group_vars/pas/vault.yml - ../group_vars/nfsserver/common.yml vars: - - pas_upload_path: 'pas/pas-production' + pas_upload_path: 'pas/pas-production' roles: - role: nfsserver - role: roles/pas diff --git a/playbooks/pdc_describe.yml b/playbooks/pdc_describe.yml index 7ce1fcc14..6511ca477 100644 --- a/playbooks/pdc_describe.yml +++ b/playbooks/pdc_describe.yml @@ -12,9 +12,9 @@ - ../group_vars/pdc_describe/vault.yml vars: - - post_install: | - Possible Things left to do: - - run a cap deploy for pdc_describe: https://github.com/pulibrary/pdc_describe + post_install: | + Possible Things left to do: + - run a cap deploy for pdc_describe: https://github.com/pulibrary/pdc_describe roles: - role: roles/mailcatcher diff --git a/playbooks/pdc_discovery.yml b/playbooks/pdc_discovery.yml index 25031a317..722548178 100644 --- a/playbooks/pdc_discovery.yml +++ b/playbooks/pdc_discovery.yml @@ -12,9 +12,9 @@ - ../group_vars/pdc_discovery/vault.yml vars: - - post_install: | - Possible Things left to do: - - run a cap deploy for pdc_discovery: https://github.com/pulibrary/pdc_discovery + post_install: | + Possible Things left to do: + - run a cap deploy for pdc_discovery: https://github.com/pulibrary/pdc_discovery roles: - role: roles/mailcatcher diff --git a/playbooks/postgresql_db_migration.yml b/playbooks/postgresql_db_migration.yml index c458a8ba0..3f275dd19 100644 --- a/playbooks/postgresql_db_migration.yml +++ b/playbooks/postgresql_db_migration.yml @@ -35,9 +35,9 @@ # where leader_db_host is defined for all pgsql machines # to the vars_files: section vars: - - deploy_user: "pulsys" - - file_path: "/var/lib/migrate" - - now: "{{ ansible_date_time.date }}" + deploy_user: "pulsys" + file_path: "/var/lib/migrate" + now: "{{ ansible_date_time.date }}" vars_files: - ../group_vars/{{ project_name }}/{{ app_runtime_env | default(runtime_env) | default('staging') }}.yml # - ../group_vars/{{ project_name }}/main.yml # some roles have this diff --git a/playbooks/recap.yml b/playbooks/recap.yml index d8f718e0e..9bf74002a 100644 --- a/playbooks/recap.yml +++ b/playbooks/recap.yml @@ -11,8 +11,8 @@ - ../group_vars/nfsserver/common.yml - ../group_vars/recap/vault.yml vars: - - force_settings: true - - drupal_git_repo: '' + force_settings: true + drupal_git_repo: '' roles: - role: nfsserver - role: datadog diff --git a/playbooks/special_collections.yml b/playbooks/special_collections.yml index e63272025..f4546dcc8 100644 --- a/playbooks/special_collections.yml +++ b/playbooks/special_collections.yml @@ -6,12 +6,12 @@ remote_user: pulsys become: true vars: - - force_settings: true - - drupal_git_repo: '' - - post_install: | - Possible Things left to do: - - run a cap for special_collections - - where needed make sure server is greenlisted on [lib-ponyexpress](https://github.com/pulibrary/pul-the-hard-way/blob/master/services/smtp-mail-server.md) + force_settings: true + drupal_git_repo: '' + post_install: | + Possible Things left to do: + - run a cap for special_collections + - where needed make sure server is greenlisted on [lib-ponyexpress](https://github.com/pulibrary/pul-the-hard-way/blob/master/services/smtp-mail-server.md) vars_files: - ../group_vars/special_collections/{{ runtime_env | default('staging') }}.yml - ../group_vars/special_collections/common.yml diff --git a/playbooks/video_reserves.yml b/playbooks/video_reserves.yml index bd07170d9..6230c6293 100644 --- a/playbooks/video_reserves.yml +++ b/playbooks/video_reserves.yml @@ -7,9 +7,9 @@ remote_user: pulsys become: true vars: - - post_install: | - Possible Things left to do: - - run a cap for video_reserves + post_install: | + Possible Things left to do: + - run a cap for video_reserves vars_files: - ../group_vars/video_reserves/{{ runtime_env | default('staging') }}.yml pre_tasks: diff --git a/playbooks/whichiso.yml b/playbooks/whichiso.yml index 97bdc720f..3c2d8e57e 100644 --- a/playbooks/whichiso.yml +++ b/playbooks/whichiso.yml @@ -12,9 +12,9 @@ - ../group_vars/whichiso/vault.yml vars: - - post_install: | - Possible Things left to do: - - run a cap deploy for whichiso: https://github.com/pulibrary/whichiso + post_install: | + Possible Things left to do: + - run a cap deploy for whichiso: https://github.com/pulibrary/whichiso roles: - role: roles/rails_app