mint.yml 471 B

12345678910111213141516
  1. # - name: "local compile"
  2. # hosts: localhost
  3. # connection: local
  4. # tasks:
  5. # - name: "install dashboard dependencies"
  6. # ansible.builtin.shell:
  7. # cmd: yarn install
  8. # chdir: "{{ playbook_dir }}/../dashboard"
  9. # - name: "build dashboard"
  10. # ansible.builtin.shell:
  11. # cmd: NODE_OPTIONS="--max_old_space_size=4096" PUBLIC_URL=/pcd yarn build
  12. # chdir: "{{ playbook_dir }}/../dashboard"
  13. - hosts: www
  14. roles:
  15. - mint-v2