Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
51dffcc6
Verified
Commit
51dffcc6
authored
Jul 26, 2020
by
Sven-Hendrik Haase
Browse files
Convert runner2.archlinux.org to Arch
It was Debian previously.
parent
a43feda9
Changes
2
Hide whitespace changes
Inline
Side-by-side
host_vars/runner2.archlinux.org
0 → 100644
View file @
51dffcc6
---
hostname: "runner2.archlinux.org"
ipv4_address: "147.75.80.217"
ipv4_netmask: "/31"
ipv6_address: "2604:1380:2001:4500::3"
ipv6_netmask: "/127"
ipv4_gateway: "147.75.80.216"
ipv6_gateway: "2604:1380:2001:4500::2"
filesystem: "btrfs"
network_interface: "enp1s0f0np0"
system_disks:
- /dev/sda
configure_network: true
roles/gitlab-runner/tasks/main.yml
View file @
51dffcc6
...
...
@@ -2,12 +2,6 @@
-
name
:
install dependencies
pacman
:
name=docker,python-docker,python-gitlab,gitlab-runner state=latest update_cache=yes
when
:
ansible_facts['os_family'] == "Archlinux"
notify
:
restart gitlab-runner
-
name
:
install dependencies
apt
:
name=docker-ce,gitlab-runner state=latest update_cache=yes
when
:
ansible_facts['os_family'] == "Debian"
notify
:
restart gitlab-runner
-
name
:
start docker
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment