Skip to content

Commit

Permalink
chore: update ansible hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
kashalls committed Jun 9, 2023
1 parent fdca289 commit 29dc203
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ansible/inventory/hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ kubernetes:
master:
hosts:
astro:
ansible_host: 192.168.0.120
ansible_host: 10.69.69.10
august:
ansible_host: 192.168.0.121
ansible_host: 10.69.69.11
delta:
ansible_host: 192.168.0.122
ansible_host: 10.69.69.12
worker:
hosts:
jera:
ansible_host: 192.168.0.123
ansible_host: 10.69.69.13
leafions:
ansible_host: 192.168.0.124
ansible_host: 10.69.69.14
miah:
ansible_host: 192.168.0.125
ansible_host: 10.69.69.15

0 comments on commit 29dc203

Please sign in to comment.