Skip to content

Commit

Permalink
refactor to use compscidr.github_runner instead of roles implemented …
Browse files Browse the repository at this point in the history
…here
  • Loading branch information
compscidr committed Mar 22, 2024
1 parent e2356a3 commit 4c0b5da
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 136 deletions.
2 changes: 2 additions & 0 deletions ansible/meta/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ collections:
version: "3.8.1"
- name: community.general
version: "8.4.0"
- name: compscidr.github_runner
version: "0.0.3"
22 changes: 20 additions & 2 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
vars_files:
- vars/deb_arch.yml
- vars/user.yml
- vars/secrets.yml
roles:
- home_jasonernst_com/plex
- home_jasonernst_com/transmission
Expand All @@ -55,8 +56,25 @@
- home_jasonernst_com/rust_game
- home_jasonernst_com/sabnzbd
- home_jasonernst_com/prowlarr
- gh_actions/ipv6-docker
- gh_actions/compscidr
- role: compscidr.github_runner.github_runner
vars:
github_runner_name: "hello-java-android"
github_runner_java: true
github_runner_install_docker: false
github_runner_repo: "compscidr/hello-java-android"
- role: compscidr.github_runner.github_runner
vars:
github_runner_name: "hello-kotlin-android"
github_runner_java: true
github_runner_install_docker: false
github_runner_repo: "compscidr/hello-kotlin-android"
- role: compscidr.github_runner.github_runner
vars:
github_runner_name: "grape"
github_runner_java: true
github_runner_install_docker: false
github_runner_org: true
github_runner_org_name: "grape-networking"

- name: Services for www.jasonernst.com
hosts: www_jasonernst_com
Expand Down
88 changes: 0 additions & 88 deletions ansible/roles/gh_actions/compscidr/tasks/main.yml

This file was deleted.

8 changes: 0 additions & 8 deletions ansible/roles/gh_actions/compscidr/vars/main.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions ansible/roles/gh_actions/ipv6-docker/files/daemon.json

This file was deleted.

33 changes: 0 additions & 33 deletions ansible/roles/gh_actions/ipv6-docker/tasks/main.yml

This file was deleted.

9 changes: 9 additions & 0 deletions ansible/vars/secrets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
$ANSIBLE_VAULT;1.1;AES256
35353439626231333061366436616130636530636638626436303064346637343132313139386239
6562363530396561353937373763383530643066653830640a366465326531396561373361306433
30623735653263643832376461653762613032636561356131313166323262333264373134623461
3661306161663665650a353738653534613164303232363664363465633434623466623232303266
63643333663366383961366165623231613935633439346363663164326565363936623163656631
30313732616662313066316237623832613363613137303037306663633063333336343264393430
36313334383333366137383336363534353138376162623233623561616139613835666533666635
35653734333261323863

0 comments on commit 4c0b5da

Please sign in to comment.