From e184bdcaaf94596fdf9e9364eb0e85c01f589394 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Fri, 3 May 2024 20:21:08 +0100 Subject: Rename .htpasswd to htpasswd --- roles/gitserver/files/.htpasswd | 7 ------- roles/gitserver/files/htpasswd | 7 +++++++ roles/gitserver/tasks/main.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 roles/gitserver/files/.htpasswd create mode 100644 roles/gitserver/files/htpasswd diff --git a/roles/gitserver/files/.htpasswd b/roles/gitserver/files/.htpasswd deleted file mode 100644 index 1402a2f..0000000 --- a/roles/gitserver/files/.htpasswd +++ /dev/null @@ -1,7 +0,0 @@ -$ANSIBLE_VAULT;1.1;AES256 -61343632623939306230623762623761363339376231646232313165353432643830383064663066 -6163383831306632333339653130323764393166333464380a613264613935633336643734376161 -37643564663361646564376437663431343937663937656233323164393837626163386430643063 -6234633164303239310a663961373664666465353234373261633662653864633830336132316139 -33616333643963353630623866613765363131656137653561393733633361303138383662626364 -3930656564303830646333306666643262383263313939373266 diff --git a/roles/gitserver/files/htpasswd b/roles/gitserver/files/htpasswd new file mode 100644 index 0000000..1402a2f --- /dev/null +++ b/roles/gitserver/files/htpasswd @@ -0,0 +1,7 @@ +$ANSIBLE_VAULT;1.1;AES256 +61343632623939306230623762623761363339376231646232313165353432643830383064663066 +6163383831306632333339653130323764393166333464380a613264613935633336643734376161 +37643564663361646564376437663431343937663937656233323164393837626163386430643063 +6234633164303239310a663961373664666465353234373261633662653864633830336132316139 +33616333643963353630623866613765363131656137653561393733633361303138383662626364 +3930656564303830646333306666643262383263313939373266 diff --git a/roles/gitserver/tasks/main.yml b/roles/gitserver/tasks/main.yml index 49d52a6..fb1377e 100644 --- a/roles/gitserver/tasks/main.yml +++ b/roles/gitserver/tasks/main.yml @@ -88,7 +88,7 @@ - name: Copy git .htpasswd file to manage HTTP passwords ansible.builtin.copy: - src: files/.htpasswd + src: files/htpasswd dest: /etc/nginx/auth/git/.htpasswd owner: root group: root -- cgit v1.2.3-70-g09d2