-
- Downloads
Decouple Ansible group names from service names
The Ansible group name is normalized to a valid Python identifier ('_' replaces '-', for now, as the only normalization). As a consequence we can no longer use groups[service_name] syntax, but should switch to either services[service_name].hosts or groups[services[service_name].group_name]
parent
c81a0faf
Branches
No related tags found
Showing
- docs/reference.md 1 addition, 1 deletiondocs/reference.md
- playbooks/all.yml 5 additions, 5 deletionsplaybooks/all.yml
- playbooks/frontend.yml 2 additions, 2 deletionsplaybooks/frontend.yml
- playbooks/prometheus-lts.yml 1 addition, 1 deletionplaybooks/prometheus-lts.yml
- plugins/inventory/float.py 10 additions, 3 deletionsplugins/inventory/float.py
- roles/float-base-net-overlay/tasks/configure_netoverlay_tinc.yml 1 addition, 1 deletion...loat-base-net-overlay/tasks/configure_netoverlay_tinc.yml
- roles/float-base-net-overlay/templates/firewall/11net-overlay-raw.j2 1 addition, 1 deletion...-base-net-overlay/templates/firewall/11net-overlay-raw.j2
- roles/float-base-net-overlay/templates/tinc/tinc.conf.j2 1 addition, 1 deletionroles/float-base-net-overlay/templates/tinc/tinc.conf.j2
- roles/float-base/templates/firewall/10float.j2 1 addition, 1 deletionroles/float-base/templates/firewall/10float.j2
- roles/float-base/templates/vhostmap.prom.j2 1 addition, 1 deletionroles/float-base/templates/vhostmap.prom.j2
- roles/float-infra-acme/templates/certs.yml.j2 1 addition, 1 deletionroles/float-infra-acme/templates/certs.yml.j2
- roles/float-infra-dns/templates/dns/infra.yml 1 addition, 1 deletionroles/float-infra-dns/templates/dns/infra.yml
- roles/float-infra-haproxy/templates/haproxy.cfg.j2 2 additions, 2 deletionsroles/float-infra-haproxy/templates/haproxy.cfg.j2
- roles/float-infra-log-collector/templates/elasticsearch/elasticsearch.yml 1 addition, 1 deletion...a-log-collector/templates/elasticsearch/elasticsearch.yml
- roles/float-infra-nginx/templates/nginx-upstream.j2 1 addition, 1 deletionroles/float-infra-nginx/templates/nginx-upstream.j2
- roles/float-infra-nginx/templates/nginx-vhost.j2 1 addition, 1 deletionroles/float-infra-nginx/templates/nginx-vhost.j2
- roles/float-infra-prometheus-lts/templates/prometheus.yml.j2 3 additions, 27 deletionsroles/float-infra-prometheus-lts/templates/prometheus.yml.j2
- roles/float-infra-prometheus/templates/prometheus.yml.j2 3 additions, 3 deletionsroles/float-infra-prometheus/templates/prometheus.yml.j2
- roles/float-infra-thanos-query-lts/templates/prometheus-lts.yml.j2 3 additions, 3 deletions...at-infra-thanos-query-lts/templates/prometheus-lts.yml.j2
Loading
Please register or sign in to comment