Skip to content

Commit

Permalink
updating submdolule and example
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Jan 17, 2025
1 parent 9ede58c commit 514b2f2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
26 changes: 21 additions & 5 deletions hcl_domino_additional_provisioner/templates/debug-Hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ hosts:
# Box information
box: 'STARTcloud/debian12-server'
box_url: 'https://boxvault.startcloud.com'
box_version: 0.0.9
box_version: 2025.1.17

# Provider Specific Settings
provider_type: virtualbox
Expand Down Expand Up @@ -186,6 +186,7 @@ hosts:
type: virtualbox
disabled: true
automount: true

-
description: "Directory for Ansible Scripts"
map: ./provisioners/ansible/
Expand All @@ -197,16 +198,31 @@ hosts:
- '--delete'
- '-z'
- '--copy-links'

-
description: "Directory for Ansible Scripts"
map: ./provisioners/ansible_collections/
to: /vagrant/ansible_collections/
type: rsync
args:
- '--verbose'
- '--archive'
- '--delete'
- '-z'
- '--copy-links'

-
description: "Directory for Application Installers"
map: ./installers/
to: /vagrant/installers/
type: rsync

-
description: "Directory for Pre-Signed SSLs"
map: ./ssls/
to: /secure/
type: rsync

-
description: "Directory for Server and User IDs"
map: ./id-files/
Expand Down Expand Up @@ -254,9 +270,9 @@ hosts:

## Additional server options
is_additional_server: true
#domino_server_id: "additional-demo.startcloud.com.id"
#origin_server: "standalone-demo.startcloud.com"
#origin_server_ip: "192.168.2.255"
domino_server_id: "additional-demo.startcloud.com.id"
origin_server: "standalone-demo.startcloud.com"
origin_server_ip: "10.12.0.103"

# ots: Use One Touch Setup to generate the ID (server names are incremented, ie mail1 mail2 mail3 . .)
# asja: Use Custom Additional Server Java Applet to generate the additional server ID
Expand Down Expand Up @@ -337,7 +353,7 @@ hosts:
- hostname: standalone-demo.startcloud.com
aliases:
- standalone-demo
ip: 192.168.2.255
ip: 10.12.0.103

roles:
- name: startcloud.startcloud_roles.setup
Expand Down

0 comments on commit 514b2f2

Please sign in to comment.