bitcoind/tasks/main.yaml
changeset 41 85750c5b0661
parent 21 bf53e2eb4d30
equal deleted inserted replaced
40:15ec43107dfc 41:85750c5b0661
     9   unarchive:
     9   unarchive:
    10     remote_src: yes
    10     remote_src: yes
    11     src: "{{bitcoind_url}}"
    11     src: "{{bitcoind_url}}"
    12     dest: "/tmp"
    12     dest: "/tmp"
    13     creates: "/tmp/bitcoin-{{bitcoind_version}}/"
    13     creates: "/tmp/bitcoin-{{bitcoind_version}}/"
       
    14 
       
    15 - name: apt install zram-tools to compress memory
       
    16   become: yes
       
    17   apt: name="zram-tools" state="latest"
    14 
    18 
    15 - name: install bitcoind
    19 - name: install bitcoind
    16   become: yes
    20   become: yes
    17   copy:
    21   copy:
    18     src: "/tmp/bitcoin-{{bitcoind_version}}/bin/{{item}}"
    22     src: "/tmp/bitcoin-{{bitcoind_version}}/bin/{{item}}"