Moving bitcoin container build script into place as template
This commit is contained in:
parent
fc4522094b
commit
ab1b4fabc9
4
main.yml
4
main.yml
@ -11,5 +11,5 @@
|
|||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Example from an Ansible Playbook
|
# - name: Example from an Ansible Playbook
|
||||||
ansible.builtin.ping:
|
# ansible.builtin.ping:
|
||||||
|
|||||||
@ -22,6 +22,7 @@ cat <<EOF > $HOME/.bitcoin/bitcoin.conf
|
|||||||
# The variable names are printed to right of each item
|
# The variable names are printed to right of each item
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# network
|
# network
|
||||||
mainnet=${MAINNET:-1} # MAINNET
|
mainnet=${MAINNET:-1} # MAINNET
|
||||||
testnet=${TESTNET:-0} # TESTNET
|
testnet=${TESTNET:-0} # TESTNET
|
||||||
|
|||||||
@ -9,3 +9,4 @@
|
|||||||
force_rm: true
|
force_rm: true
|
||||||
format: oci
|
format: oci
|
||||||
extra_args: VERSION={{ bitcoin_version }}
|
extra_args: VERSION={{ bitcoin_version }}
|
||||||
|
debugger: always
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user