Skip to content

Commit

Permalink
Update host configurations in production, staging, and test inventories
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Jan 5, 2024
1 parent 8cdc8c4 commit 81941d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions inventories/production/hosts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[all]
target1 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2001
target1 ansible_ssh_host=127.0.0.2 ansible_ssh_port=2001
target1 ansible_ssh_host=127.0.0.3 ansible_ssh_port=2002
target1
target2
target3
6 changes: 3 additions & 3 deletions inventories/staging/hosts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[all]
target1 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2001
target1 ansible_ssh_host=127.0.0.2 ansible_ssh_port=2001
target1 ansible_ssh_host=127.0.0.3 ansible_ssh_port=2002
target1
target2
target3
6 changes: 3 additions & 3 deletions inventories/test/hosts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[all]
target1 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2001
target1 ansible_ssh_host=127.0.0.2 ansible_ssh_port=2001
target1 ansible_ssh_host=127.0.0.3 ansible_ssh_port=2002
target1
target2
target3

0 comments on commit 81941d1

Please sign in to comment.