Skip to content

Commit a89a29a

Browse files
authored
fix: control -> ansible_control
1 parent 1afdd68 commit a89a29a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

outputs.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ resource "local_file" "deploy_openstack" {
6868

6969
resource "ansible_host" "control_host" {
7070
name = openstack_compute_instance_v2.ansible_control.access_ip_v4
71-
groups = ["control"]
71+
groups = ["ansible_control"]
7272
}
7373

7474
resource "ansible_host" "compute_host" {
@@ -96,5 +96,5 @@ resource "ansible_host" "storage" {
9696

9797
resource "ansible_group" "cluster_group" {
9898
name = "cluster"
99-
children = ["compute", "control", "controllers", "seed", "storage"]
100-
}
99+
children = ["compute", "ansible_control", "controllers", "seed", "storage"]
100+
}

0 commit comments

Comments
 (0)