mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-01-25 11:29:32 +00:00
10 lines
240 B
YAML
10 lines
240 B
YAML
---
|
|
- name: Create a list of trusted peers
|
|
copy:
|
|
content: '{{ geth_trusted_peers | to_nice_json }}'
|
|
path: '{{ geth_trusted_peers_file }}'
|
|
owner: dockremap
|
|
group: docker
|
|
mode: 0600
|
|
when: geth_trusted_peers|length > 0
|