diff --git a/holmium.yml b/holmium.yml index 00c05fe..405f67e 100644 --- a/holmium.yml +++ b/holmium.yml @@ -6,7 +6,7 @@ ansible_python_interpreter: /usr/bin/python3 roles: - - role: nginx-https-ingress + - role: nginx_https_ingress vars: ingress: - server: kant diff --git a/roles/nginx-https-ingress/files/apt-preference-99nginx b/roles/nginx_https_ingress/files/apt-preference-99nginx similarity index 100% rename from roles/nginx-https-ingress/files/apt-preference-99nginx rename to roles/nginx_https_ingress/files/apt-preference-99nginx diff --git a/roles/nginx-https-ingress/files/nginx.conf b/roles/nginx_https_ingress/files/nginx.conf similarity index 100% rename from roles/nginx-https-ingress/files/nginx.conf rename to roles/nginx_https_ingress/files/nginx.conf diff --git a/roles/nginx-https-ingress/handlers/main.yml b/roles/nginx_https_ingress/handlers/main.yml similarity index 100% rename from roles/nginx-https-ingress/handlers/main.yml rename to roles/nginx_https_ingress/handlers/main.yml diff --git a/roles/nginx-https-ingress/tasks/main.yml b/roles/nginx_https_ingress/tasks/main.yml similarity index 100% rename from roles/nginx-https-ingress/tasks/main.yml rename to roles/nginx_https_ingress/tasks/main.yml diff --git a/roles/nginx-https-ingress/templates/dehydrated-host.conf.j2 b/roles/nginx_https_ingress/templates/dehydrated-host.conf.j2 similarity index 100% rename from roles/nginx-https-ingress/templates/dehydrated-host.conf.j2 rename to roles/nginx_https_ingress/templates/dehydrated-host.conf.j2 diff --git a/roles/nginx-https-ingress/templates/nginx.list.j2 b/roles/nginx_https_ingress/templates/nginx.list.j2 similarity index 100% rename from roles/nginx-https-ingress/templates/nginx.list.j2 rename to roles/nginx_https_ingress/templates/nginx.list.j2 diff --git a/roles/nginx-https-ingress/templates/passthrough.conf.j2 b/roles/nginx_https_ingress/templates/passthrough.conf.j2 similarity index 100% rename from roles/nginx-https-ingress/templates/passthrough.conf.j2 rename to roles/nginx_https_ingress/templates/passthrough.conf.j2