Skip to content

Commit

Permalink
chore: example inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
labasubagia committed Jul 27, 2024
1 parent 1e731f7 commit 9fe082a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/inventory.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ debian:
ansible_become_pass: password
connection: ssh
ansible_ssh_pass: password
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'

nixos:
hosts:
Expand All @@ -17,3 +18,4 @@ nixos:
ansible_become_pass: password
connection: ssh
ansible_ssh_pass: password
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'

0 comments on commit 9fe082a

Please sign in to comment.