Skip to content
Snippets Groups Projects
Verified Commit 4468f906 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Add initial gemini.archlinux.org playbook

parent bb6e6140
No related branches found
No related tags found
No related merge requests found
Pipeline #244 passed
---
hostname: "gemini.archlinux.org"
ipv4_address: "49.12.124.107"
ipv4_netmask: "/32"
ipv6_address: "2a01:4f8:242:5614::2"
ipv6_netmask: "/128"
ipv4_gateway: "49.12.124.65"
ipv6_gateway: "fe80::1"
filesystem: "btrfs"
network_interface: "en*"
system_disks:
- /dev/sda
- /dev/sdb
- /dev/sdc
- /dev/sdd
raid_level: "raid6"
zabbix_agent_templates:
- Template OS Linux
---
- name: setup gemini.archlinux.org
hosts: gemini.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: firewalld }
- { role: sshd }
- { role: root_ssh }
- { role: borg-client, tags: ['borg'] }
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