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:
|
||||
|
||||
- name: Example from an Ansible Playbook
|
||||
ansible.builtin.ping:
|
||||
# - name: Example from an Ansible Playbook
|
||||
# ansible.builtin.ping:
|
||||
|
||||
@ -20,7 +20,8 @@ cat <<EOF > $HOME/.bitcoin/bitcoin.conf
|
||||
#You can either (a) Modify this template "btc_init" in build or
|
||||
# (b) You can pass a variable name as env variable during container launch
|
||||
# The variable names are printed to right of each item
|
||||
#
|
||||
#
|
||||
|
||||
|
||||
# network
|
||||
mainnet=${MAINNET:-1} # MAINNET
|
||||
|
||||
@ -9,3 +9,4 @@
|
||||
force_rm: true
|
||||
format: oci
|
||||
extra_args: VERSION={{ bitcoin_version }}
|
||||
debugger: always
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user