Compare commits
No commits in common. "f96c83c7997cf45e2055ee089fd795917c098e86" and "a7c8a558b7f01d49175ae69da8e85b974251a55b" have entirely different histories.
f96c83c799
...
a7c8a558b7
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 ansible_port=2424
|
||||
ai.lan ansible_host=${{ steps.bitwarden-secrets.outputs.ai_host }} ansible_user=mafyuh
|
||||
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