LoginSignup
3
3

More than 5 years have passed since last update.

sbtを配布するansible-playbook例

Last updated at Posted at 2016-03-06
sbt_copy.yaml
- hosts: worker
  su: yes
  tasks:
   - name: copy
     copy: src=/root/sbt dest=/root/

  tasks:
   - name: chmod
     file: path=/root/sbt/bin/ mode="u=rwx,g=rx,o=rx" state=directory recurse=true


3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3