diff --git a/playbooks/webservers.yml b/playbooks/webservers.yml index 77c2386..cf7a43a 100644 --- a/playbooks/webservers.yml +++ b/playbooks/webservers.yml @@ -37,11 +37,3 @@ gitweb_url: "www.otwstudios.org" gitweb_webroot: "/var/www/otwstudios.org" tags: [ web, webroot, otw ] -- hosts: web1.9iron.club - roles: - - role: gitweb - vars: - gitweb_repo: "https://git.9iron.club/salt/desultd" - gitweb_url: "desu.ltd" - gitweb_webroot: "/var/www/desultd" - tags: [ web, webroot, desu ]