From c879f5ae93a5d6d80aacc91ab98c3c1677a4a513 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 21 Sep 2025 09:59:06 +0200 Subject: [PATCH] add skull1 --- ansible/playbooks/skull-it/skullit1.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ansible/playbooks/skull-it/skullit1.yml diff --git a/ansible/playbooks/skull-it/skullit1.yml b/ansible/playbooks/skull-it/skullit1.yml new file mode 100644 index 0000000..b314034 --- /dev/null +++ b/ansible/playbooks/skull-it/skullit1.yml @@ -0,0 +1,19 @@ +--- +- name: Configure skullit1 + hosts: skullit1 + roles: + - role: server_bootstrap + tags: + - cronjobs + - system + + - role: server_install_cronjobs + tags: + - cronjobs + - system + + - role: deploy_container_traefik_with_letsencrypt + tags: + - docker + - container + - traefik \ No newline at end of file