1
0
mirror of https://github.com/inofix/common-playbooks.git synced 2026-02-05 12:45:29 +01:00
Files
common-playbooks/deploy-liferay.yml

13 lines
411 B
YAML
Raw Permalink Normal View History

#* This playbook wrapps the copy, file and lineinfile modules.
#* It mainly passes files needed for a runnung liferay portal
#* as a list to 'src' to the hosts. Use '-a' to pass
#* further parameters to ansible (as '-e'). See ansible copy for
#* details.
#* You might want to do a `maestro.sh merge` first.
#* No arguments are needed.
- hosts: app.liferay
become: True
roles:
- deploy-liferay-props