File tree Expand file tree Collapse file tree 4 files changed +3
-77
lines changed Expand file tree Collapse file tree 4 files changed +3
-77
lines changed Original file line number Diff line number Diff line change 11# bitcoin_node_deploy.yml
22# Initial raw configuration
3- - hosts : bitcoin-node*
3+ - hosts : all
44 become : yes
55 gather_facts : no
66 user : ubuntu
77 roles :
88 - role : ubuntu.raw_install_python
99
10- - hosts : bitcoin-node*
10+ - hosts : all
1111 become : yes
1212 gather_facts : yes
1313 user : ubuntu
1414 roles :
1515 - role : instance.ssh_aws_public_key
16- - role : instance.hosts
1716 - role : instance.packages
1817 - role : instance.docker
1918 - role : instance.prometheus_node_exporter
Original file line number Diff line number Diff line change 1818 changed_when : false
1919
2020- name : Start the bitcoind service.
21- services :
21+ service :
2222 name : bitcoind
2323 state : started
2424 enabled : yes
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments