Skip to content

Commit

Permalink
undo net interface change
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Nov 18, 2024
1 parent a51bca6 commit 56b6689
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ output "static-inventory" {
}
}
vars = {
cassandra_network_interface = "eth0"
cassandra_network_interface = "ens10"
}
}
cassandra_seed = {
Expand Down Expand Up @@ -93,7 +93,7 @@ output "static-inventory" {
}
}
vars = {
minio_network_interface = "eth0"
minio_network_interface = "ens10"
}
}
restund = {
Expand All @@ -104,7 +104,7 @@ output "static-inventory" {
}
}
vars = {
restund_network_interface = "eth0"
restund_network_interface = "ens10"
}
}

Expand Down

0 comments on commit 56b6689

Please sign in to comment.