Skip to content

Commit

Permalink
fix: including moonshine_roles
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed May 15, 2024
1 parent 1503924 commit f7f399f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
path = hcl_domino_standalone_provisioner/provisioners/ansible/ansible_collections/startcloud/hcl_roles
url = https://github.com/STARTcloud/hcl_roles
branch = main
[submodule "hcl_domino_standalone_provisioner/provisioners/ansible/ansible_collections/moonshine/moonshine_roles"]
path = hcl_domino_standalone_provisioner/provisioners/ansible/ansible_collections/moonshine/moonshine_roles
url = https://github.com/Moonshine-IDE/moonshine_roles
branch = main
7 changes: 6 additions & 1 deletion hcl_domino_standalone_provisioner/Hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ hosts:
## You can set global role variables here, look in the defaults folders for hints as to variables used by roles
debug_all: true

## This will be used for the SCP if the Lock Down role was enabled.
#lockdown_password: dfas4f5sa6
#lockdown_ssh_regen: true

## --When using the default: demo.startcloud.com as the hostname and domain, we use the default-signed.crt certificates to provide a valid SSL--
## The former line, is being phased out, now the startcloud_roles.ssl role will generate a CA, and sign a server certificate for the servers to use.
## This CA root cert will need to be installed on the users machines, or they will need to bring their own SSL.
Expand Down Expand Up @@ -123,6 +127,7 @@ hosts:
collections: ## Note to SHI Devs, this is new and is required
- startcloud.startcloud_roles
- startcloud.hcl_roles
- moonshine.moonshine_roles # https://github.com/Moonshine-IDE/moonshine-vagrant-mxhx-demo
#- ORGNAME.CUSTOMCOLLECTION
## How to Create a Custom Ansible Role Collection:
## https://www.cherryservers.com/blog/ansible-roles-tutorial
Expand Down Expand Up @@ -167,7 +172,7 @@ hosts:
- name: startcloud.startcloud_roles.sdkman_maven
- name: startcloud.startcloud_roles.sdkman_gradle
- name: startcloud.startcloud_roles.ssl
- name: startcloud.hcl_roles.domino_reset
#- name: startcloud.hcl_roles.domino_reset
- name: startcloud.hcl_roles.domino_install
- name: startcloud.hcl_roles.domino_vagrant_rest_api
- name: startcloud.hcl_roles.domino_service_nash
Expand Down

0 comments on commit f7f399f

Please sign in to comment.