diff --git a/inventory/hosts.yml b/inventory/hosts.yml index a2e6665..b89f71d 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -26,9 +26,6 @@ all: web1.9iron.club: web1.desu.ltd: web2.desu.ltd: - app: - hosts: - fedi1.9iron.club: game: hosts: game1.thefuck.how: diff --git a/playbooks/web.yml b/playbooks/web.yml index ac18e33..7900799 100755 --- a/playbooks/web.yml +++ b/playbooks/web.yml @@ -139,27 +139,6 @@ tags: [ web, apache ] - role: certbot tags: [ web, certbot ] -- hosts: fedi1.9iron.club - vars_files: - - vars/apache.yml - - vars/9iron-pleroma-apache.yml - - vars/9iron-pleroma-certbot.yml - roles: - - role: backup - vars: - backup_s3backup_list_extra: - - /var/lib/matrix-synapse - tags: [ backup ] - - role: motd - vars: - motd_watch_services_extra: - - apache2 - - pleroma - tags: [ motd ] - - role: apache - tags: [ web, apache ] - - role: certbot - tags: [ web, certbot ] - hosts: game1.thefuck.how vars_files: - vars/apache.yml