personium / setup-vagrant

Vagrantfile and ansible for setting up of personium.io
Apache License 2.0
4 stars 9 forks source link

File not found #13

Closed dixonsiu closed 6 years ago

dixonsiu commented 6 years ago

The following file is mentioned in How_to_Setting_in_proxy_environment.md, however the path is wrong in two places.

./ansible/resource/bastion/settings.xml.j2

  1. The activation code
    Should we just uncomment what is already in the file (./ansible/tasks/bastion/init_maven.yml)?

    • name: deploy maven's setting.xml template: src=./resource/common/settings.xml.j2 dest=/root/.m2/settings.xml owner=root group=root mode=0644
  2. It is confusing whether to modify the file directly in tmp ( ./ansible/resource/bastion/tmp/settings.xml.j2) or should the file be copy to bastion (./ansible/resource/bastion/settings.xml.j2).

dixonsiu commented 6 years ago

Closed by bd154b3381550fdcee7c0eca50b58dd2784d05a5