Skip to content

Commit a26af19

Browse files
committed
Update inventory.tpl
1 parent 44f30d1 commit a26af19

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

inventory.tpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bastion]
2-
${bastion_name} ansible_host=${bastion_ip} ansible_user=${bastion_username} role=bastion
2+
${bastion_name} ansible_host=${bastion_ip} ansible_user=${bastion_username} role=bastion
33
[slurm_backup]
44
%{ if backup_name != "" }${backup_name} ansible_host=${backup_ip} ansible_user=${compute_username} role=bastion%{ endif }
55
[login]
@@ -73,5 +73,4 @@ tenancy_ocid = ${tenancy_ocid}
7373
inst_prin = ${inst_prin}
7474
api_fingerprint = ${api_fingerprint}
7575
api_user_ocid = ${api_user_ocid}
76-
sacct_limits=${sacct_limits}
77-
76+
sacct_limits=${sacct_limits}

0 commit comments

Comments
 (0)