This repository has been archived on 2023-12-13. You can view files and clone it, but cannot push or open issues or pull requests.
cloud-configuration-legacy/ansible/deploy_spring.yaml

11 lines
207 B
YAML

---
- name: Deploy Spring applications
hosts: applications
gather_facts: false
become: true
become_method: ansible.builtin.sudo
remote_user: "{{ ssh_user }}"
roles:
- nginx
- spring_boot