diff --git a/playbooks/gluebuddy.yml b/playbooks/gluebuddy.yml deleted file mode 100644 index c534d9f27593f1edae57a94694f5de7ea666a67f..0000000000000000000000000000000000000000 --- a/playbooks/gluebuddy.yml +++ /dev/null @@ -1,13 +0,0 @@ -- name: setup gluebuddy.archlinux.org - hosts: gluebuddy.archlinux.org - remote_user: root - roles: - - { role: common } - - { role: sshd } - - { role: root_ssh } - - { role: borg_client, tags: ["borg"] } - - { role: sudo } - - { role: fail2ban } - - { role: prometheus_exporters } - - { role: promtail } - - { role: gluebuddy }