From ca8abe541c82d196492c3281fa66b8378068b78a Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 10 Feb 2024 18:56:06 +0000 Subject: Add dependencies for home role --- roles/home/tasks/main.yml | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'roles/home/tasks/main.yml') diff --git a/roles/home/tasks/main.yml b/roles/home/tasks/main.yml index 05ab5ba..7627275 100644 --- a/roles/home/tasks/main.yml +++ b/roles/home/tasks/main.yml @@ -6,17 +6,6 @@ group: http mode: u+rw,g+rw,o+r -- name: Request SSL certificate for ilvokhin.com - ansible.builtin.include_role: - name: certificate - vars: - domains: - - ilvokhin.com - - www.ilvokhin.com - -- ansible.builtin.include_role: - name: nginx - - name: Configure nginx for ilvokhin.com ansible.builtin.copy: src: files/ilvokhin.com @@ -37,6 +26,3 @@ state: link notify: - Reload nginx - -- ansible.builtin.include_role: - name: rsync -- cgit v1.2.3-70-g09d2