Skip to content
Snippets Groups Projects
Verified Commit a9e0790f authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Remove the three dashes from all YAML documents

These are used to signal the start of the document in a stream of many
documents. As Ansible only supports one YAML document per file this is
unnecessary. About a third of our YAML documents already lacked these.
parent 8abd2cf1
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 22 deletions
---
arch_groups:
- dev
- tu
......
---
# deploy tag 'sudo' when this changes
sudo_users:
- root
......
---
enable_zram_swap: true
---
certbot_dns_support: true
geo_mirror_domain: "geo.mirror.pkgbuild.com"
---
enable_zram_swap: true
configure_network: true
dhcp: true
---
configure_network: true
---
configure_network: true
---
archweb_db_host: "{{ hostvars['archlinux.org']['wireguard_address'] }}"
# raise tcp window limits to 32MiB
......
---
filesystem: btrfs
wireguard_address: 10.0.0.16
wireguard_public_key: 8CbVXc2+FllLpZb/sv/csHzqaOOsasJlV0gmkIzhBXo=
---
filesystem: btrfs
fetchmail_user: "donate@archlinux.org"
fetchmail_delivery_cmd: "/usr/local/bin/donor_import_wrapper.sh"
......
---
filesystem: btrfs
memcached_socket: "/run/memcached/aurweb.sock"
wireguard_address: 10.0.0.2
......
---
filesystem: btrfs
wireguard_address: 10.0.0.17
wireguard_public_key: i65GF9BaoTDvTXLJBpZWbuu2jV3F2mc0tH16Y6cQY1g=
---
filesystem: btrfs
wireguard_address: 10.0.0.19
wireguard_public_key: Y5sWHwa/Hy6A7ga6lOU8uD/i/ZHZEBlkw2EW/CFE4ys=
---
hostname: "build.archlinux.org"
network_interface: "enp195s0"
ipv4_address: "135.181.138.48"
......
---
filesystem: btrfs
ipv4_address: 157.90.255.107
wireguard_address: 10.0.0.33
......
---
filesystem: btrfs
ipv4_address: 168.119.240.111
ipv6_address: 2a01:4f8:c010:74d4::1
......
---
hostname: "gemini.archlinux.org"
ipv4_address: "49.12.124.107"
......
---
filesystem: btrfs
additional_addresses: ["116.203.6.156/32", "2a01:4f8:c2c:5d2d::2/64"]
wireguard_address: 10.0.0.5
......
---
filesystem: btrfs
wireguard_address: 10.0.0.36
wireguard_public_key: iiwiHp6b9fmepXLNZ0xFMWIhF2u2a8oEpQI1TTDR4zI=
---
filesystem: btrfs
wireguard_address: 10.0.0.13
wireguard_public_key: 0MrXhX6fmtetZ1Rnu93+rQ8yWgOmxrwyY/hXSsy98FI=
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