bitcoind/tasks/main.yaml
changeset 43 dd87c8b98381
parent 41 85750c5b0661
equal deleted inserted replaced
42:f87088de9e64 43:dd87c8b98381
    38     owner: "{{bitcoind_user}}"
    38     owner: "{{bitcoind_user}}"
    39     group: "{{bitcoind_user}}"
    39     group: "{{bitcoind_user}}"
    40     mode: "{{item.mode}}"
    40     mode: "{{item.mode}}"
    41   loop:
    41   loop:
    42     - { path: "{{bitcoind_data_dir}}", mode: "0750" }
    42     - { path: "{{bitcoind_data_dir}}", mode: "0750" }
    43     - { path: "{{bitcoind_log_dir}}", mode: "0750" }
       
    44     - { path: "{{bitcoind_conf_dir}}", mode: "0755" }
    43     - { path: "{{bitcoind_conf_dir}}", mode: "0755" }
    45 
    44 
    46 - name: configure bitcoind
    45 - name: configure bitcoind
    47   become: yes
    46   become: yes
    48   template:
    47   template: