Skip to content
Snippets Groups Projects
Commit 0b550be2 authored by Hans-Christoph Steiner's avatar Hans-Christoph Steiner
Browse files

add yamllint setup

parent 4111877d
No related branches found
No related tags found
1 merge request!1F-Droid style
# vi: ft=yaml
---
extends: default
rules:
line-length: disable
......@@ -19,7 +19,7 @@
ipfs_config_extra:
Gateway.PublicGateways:
localhost: null
Datastore.StorageMax: 10GB # this is the default storage of any ipfs repo. Tweak it to suit your needs
Datastore.StorageMax: 10GB # this is the default storage of any ipfs repo. Tweak it to suit your needs
Peering.Peers:
- cloudflare_one:
ID: QmcFf2FH3CEgTNHeMRGhN7HNHU1EXAxoEk6EFuSyXCsvRE
......@@ -49,8 +49,8 @@
ID: QmWaik1eJcGHq1ybTWe7sezRfqKNcDRNkeBaLnGwQJz1Cj
Addrs: /dnsaddr/fra1-1.hostnodes.pinata.cloud
- Textile:
ID: QmR69wtWUMm1TWnmuD4JqC1TWLZcc8iR2KrTenfZZbiztd
Addrs: /ip4/104.210.43.77
ID: QmR69wtWUMm1TWnmuD4JqC1TWLZcc8iR2KrTenfZZbiztd
Addrs: /ip4/104.210.43.77
- 8api.sh:
ID: 12D3KooWGASC2jm3pmohEJXUhuStkxDitPgzvs4qMuFPaiD9x1BA
Addrs: /ip4/78.46.108.24
......@@ -96,4 +96,4 @@
ansible.posix.authorized_key:
user: ipfs
state: present
key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
\ No newline at end of file
key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment