summaryrefslogtreecommitdiff
path: root/deploy.yml
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-03-16 21:23:16 -0700
committerElizabeth Hunt <me@liz.coffee>2025-03-16 21:23:16 -0700
commit654694f9276cd9c30a7f2690f9336cf63a0172ef (patch)
tree12e4e8ec000478c982152e56d327afdef26a3b6a /deploy.yml
parentfb7e6890d8516618fa3baec0edf84048e2b6601d (diff)
downloadinfra-654694f9276cd9c30a7f2690f9336cf63a0172ef.tar.gz
infra-654694f9276cd9c30a7f2690f9336cf63a0172ef.zip
a good starting point for traefik
Diffstat (limited to 'deploy.yml')
-rw-r--r--deploy.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/deploy.yml b/deploy.yml
index 424f351..415e84a 100644
--- a/deploy.yml
+++ b/deploy.yml
@@ -12,5 +12,14 @@
- name: Outbound
ansible.builtin.import_playbook: playbooks/deploy-outbound.yml
+- name: Ceph mountpoints
+ ansible.builtin.import_playbook: playbooks/deploy-ceph-mount.yml
+
- name: Swarm
- ansible.builtin.import_playbook: playbooks/deploy-swarm.yml
+ ansible.builtin.import_playbook: playbooks/deploy-swarm-cluster.yml
+
+- name: Traefik
+ ansible.builtin.import_playbook: playbooks/deploy-traefik.yml
+
+- name: Portainer
+ ansible.builtin.import_playbook: playbooks/deploy-portainer.yml