ft_chatons/ansible/playbooks/tasks/start.yml
2026-03-02 15:31:24 +01:00

29 lines
628 B
YAML

- name: Start duckdns
command: just start duckdns
args:
chdir: /home/bapasqui/projects/ft_chatons
- name: Start caddy
command: just start caddy
args:
chdir: /home/bapasqui/projects/ft_chatons
- name: Start doh
command: just start doh
args:
chdir: /home/bapasqui/projects/ft_chatons
- name: Start postgresql
command: just start postgresql
args:
chdir: /home/bapasqui/projects/ft_chatons
- name: Start keycloak
command: just start keycloak
args:
chdir: /home/bapasqui/projects/ft_chatons
- name: Start git
command: just start git
args:
chdir: /home/bapasqui/projects/ft_chatons