Changeset 38678


Ignore:
Timestamp:
2024-02-02T18:38:28+13:00 (4 months ago)
Author:
davidb
Message:

More tweaking of text info in playbook

Location:
main/trunk/greenstone3/src/ansible-playbooks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/ansible-playbooks/intermuse-installation-playbook.yml

    r38677 r38678  
    2323
    2424
    25 - name:       Installing InterMusE interface and site
     25- name:       Installing InterMusE interface and site, and supporting dependencies
    2626  hosts:      localhost
    2727  connection: local
  • main/trunk/greenstone3/src/ansible-playbooks/thewillow-installation-playbook.yml

    r38676 r38678  
    66---
    77
    8 - name:       Setting up variables for InterMusE installation
     8- name:       Setting up variables for The Willow installation
    99  hosts:      localhost
    1010  connection: local
     
    2323
    2424
    25 - name:       Installing InterMusE interface and site
     25- name:       Installing The Willow interface and site, and supporting dependencies
    2626  hosts:      localhost
    2727  connection: local
     
    3232   
    3333  tasks:
    34   - name: Downloading and unpacking self-contained command-line tools for InterMusE
     34  - name: Downloading and unpacking self-contained command-line tools for The Willow
    3535    ansible.builtin.shell:
    3636      chdir:     "{{ gsdl3srchome }}/ext-cli"
     
    4343
    4444  #- name: Debian/Ubuntu command-line tools
    45   #  include_tasks: intermuse-installation-debian-task.yml
     45  #  include_tasks: thewillow-installation-debian-task.yml
    4646  #  when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
    4747
    4848  #- name: CentOS/Red Hat command-line tools
    49   #  include_tasks: intermuse-installation-centos-task.yml
     49  #  include_tasks: thewillow-installation-centos-task.yml
    5050  #  when: ansible_distribution == 'CentOS' or ansible_distribution == 'RedHat'
    5151
     
    8686  # structured-image
    8787
    88   - name: Svn checking out extensions for InterMusE
     88  - name: Svn checking out extensions for The Willow
    8989    ansible.builtin.shell:
    9090      chdir:     "{{ gsdl3srchome }}/ext"
     
    129129    environment: "{{ env_vars }}"
    130130
    131   # - debug: msg="Additional steps needed: (1) update resources/web/servlet.xml.in to interface=intermuse site=intermuse; (2) add in service key for Google Vision API <collect>/etc/google-sa-credentials-key.json"
     131  - debug: msg="Additional steps needed: (1) update resources/web/servlet.xml.in to interface=thewillow site=thewillow; (2) add in service key for Google Vision API <collect>/etc/google-sa-credentials-key.json"
    132132
    133133
Note: See TracChangeset for help on using the changeset viewer.