We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b6a5d commit 08cc625Copy full SHA for 08cc625
packages/deployment/main.js
@@ -885,6 +885,7 @@ ${name}:
885
for (let instance = 0; instance < ips.length; instance += 1) {
886
const ip = ips[instance];
887
const node = `node${offset + instance}`;
888
+ const moniker = `Agoric${offset + instance}`;
889
const units =
890
node === PROVISIONER_NODE
891
? `\
@@ -895,6 +896,7 @@ ${name}:
895
896
: '';
897
const host = `\
898
${node}:
899
+ moniker: ${moniker}
900
ansible_host: ${ip}
901
ansible_ssh_user: root
902
ansible_ssh_private_key_file: '${SSH_PRIVATE_KEY_FILE}'
0 commit comments