Changeset 38608 for main/trunk


Ignore:
Timestamp:
2024-01-22T17:37:00+13:00 (4 months ago)
Author:
davidb
Message:

(ad hoc) tags to help gcloud scripting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/ansible-playbooks/vars/default-core.yml

    r38584 r38608  
    4646
    4747gsdl3servlet_external: {
    48   #protocol: "http",
    4948  protocol: "https",
    50   #domain:   "<mygreenstone-dl>.<mydomain.org>",
    51   domain:   "gcloud-ansible.sowemustthink.space",
     49  domain:   "<mygreenstone-dl>.<mydomain.org>", #COMMENT-OUT-IF-GCLOUD#
     50  #UNCOMMENT-IF-GLOUD#domain:   "@GSVM_INSTANCE@.@GSVM_TL_DOMAIN@",
    5251  ##port:     "80",  # only need to set this if using 'http'  and *not* using '80'
    5352  #port:     "443", # only need to set this if using 'https' and *not* using '443'
     
    9392
    9493
    95 #apache2_serveradmin_email: tech_support_info.email
    96 #apache2_webserver_name:    gsdl3servlet_external.domain
    97 #
    98 ##apache2_servername:        "mygreenstone-dl"
    99 ##apache2_servername_fqdn:   "{{ apache2_servername }}.mydomain.org"
    100 #
    101 #apache2_serveradmin_email: "[email protected]"
    102 #apache2_servername:        "ansible-test"
    103 #apache2_servername_fqdn:   "{{ apache2_servername }}.sowemustthink.space"
    104 
    105 #apache2_http_port: "80"
    106 #apache2_http_conf: "{{ apache2_servername }}.conf"
    107 
    108 
    109 
    110 
    111 #disable_default: false
Note: See TracChangeset for help on using the changeset viewer.