Skip to content
Snippets Groups Projects
Commit 89dc2a14 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

bugfix

Former-commit-id: b0c9f919
parent 410ee444
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ resources: ...@@ -73,7 +73,7 @@ resources:
security_groups: [ { get_param: SSHMonashSecGroupID }, { get_param: SlurmSecGroupID }, { get_param: MySQLSecGroupID }, { get_param: NFSSecGroupID } ] security_groups: [ { get_param: SSHMonashSecGroupID }, { get_param: SlurmSecGroupID }, { get_param: MySQLSecGroupID }, { get_param: NFSSecGroupID } ]
metadata: metadata:
ansible_host_groups: [ SQLNodes, NFSNodes ] ansible_host_groups: [ SQLNodes, NFSNodes ]
ansible_ssh_user: ubuntu ansible_ssh_user: ec2-user
project_name: { get_param: project_name } project_name: { get_param: project_name }
networks: networks:
- network: { get_param: NetID } - network: { get_param: NetID }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment