Skip to content

Commit 2cdbbcd

Browse files
author
Bill Cawthra
committed
fixups for the ansible-pull setup
1 parent 1c0a29a commit 2cdbbcd

File tree

4 files changed

+3
-77
lines changed

4 files changed

+3
-77
lines changed

ansible/bitcoin_node.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
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

ansible/roles/instance.bitcoind/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
changed_when: false
1919

2020
- name: Start the bitcoind service.
21-
services:
21+
service:
2222
name: bitcoind
2323
state: started
2424
enabled: yes

ansible/roles/instance.hosts/README.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

ansible/roles/instance.hosts/tasks/main.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)