Compare commits
2 commits
a7c8a558b7
...
f96c83c799
Author | SHA1 | Date | |
---|---|---|---|
f96c83c799 | |||
1ef72367e6 |
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ jobs:
|
|||
cat <<EOF > ansible/hosts.ini
|
||||
[iac]
|
||||
arrs.lan ansible_host=${{ steps.bitwarden-secrets.outputs.arrs_host }} ansible_user=mafyuh
|
||||
ai.lan ansible_host=${{ steps.bitwarden-secrets.outputs.ai_host }} ansible_user=mafyuh
|
||||
ai.lan ansible_host=${{ steps.bitwarden-secrets.outputs.ai_host }} ansible_user=mafyuh ansible_port=2424
|
||||
arm.lan ansible_host=${{ steps.bitwarden-secrets.outputs.arm_host }} ansible_user=ubuntu ansible_port=2424
|
||||
auth.lan ansible_host=${{ steps.bitwarden-secrets.outputs.auth_host }} ansible_user=mafyuh
|
||||
jf.lan ansible_host=${{ steps.bitwarden-secrets.outputs.jf_host }} ansible_user=mafyuh
|
||||
|
|
Loading…
Reference in a new issue