Skip to content

Commit 1445608

Browse files
committed
MAINT: Rename loadbalancer to haproxy
Renaming the loadbalancer role and host group to haproxy as this matches the other service naming in the project
1 parent afa68ea commit 1445608

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

chatops_deployment/ansible/configure.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
- filebeat
1818

1919
- name: Configure load balancer
20-
hosts: loadbalancer
20+
hosts: haproxy
2121
roles:
22-
- role: loadbalancer
22+
- role: haproxy
2323
tags:
24-
- loadbalancer
24+
- haproxy
2525

2626
- name: Configure ChatOps
2727
hosts: chatops

chatops_deployment/ansible/roles/loadbalancer/tasks/certbot.yml renamed to chatops_deployment/ansible/roles/haproxy/tasks/certbot.yml

File renamed without changes.

chatops_deployment/ansible/roles/loadbalancer/tasks/haproxy.yml renamed to chatops_deployment/ansible/roles/haproxy/tasks/haproxy.yml

File renamed without changes.

chatops_deployment/ansible/roles/loadbalancer/tasks/main.yml renamed to chatops_deployment/ansible/roles/haproxy/tasks/main.yml

File renamed without changes.

chatops_deployment/ansible/roles/loadbalancer/templates/haproxy.cfg.j2 renamed to chatops_deployment/ansible/roles/haproxy/templates/haproxy.cfg.j2

File renamed without changes.

chatops_deployment/ansible/roles/terraform/templates/hosts.ini.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{ ip }}
99
{% endfor %}
1010

11-
[loadbalancer]
11+
[haproxy]
1212
{{ terraform_floating_ip }} ansible_user=ubuntu
1313

1414
[prometheus]

0 commit comments

Comments
 (0)