fix: Updated versions
All checks were successful
Deploy to Staging / Build Images (push) Successful in 4m36s
Deploy to Staging / Deploy to Staging (push) Successful in 21s
Deploy to Staging / Verify Staging (push) Successful in 8s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
Deploy to Staging / Notify Staging Ready (push) Successful in 7s
Mirror Base Images / Mirror Base Images (push) Successful in 47s
All checks were successful
Deploy to Staging / Build Images (push) Successful in 4m36s
Deploy to Staging / Deploy to Staging (push) Successful in 21s
Deploy to Staging / Verify Staging (push) Successful in 8s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
Deploy to Staging / Notify Staging Ready (push) Successful in 7s
Mirror Base Images / Mirror Base Images (push) Successful in 47s
This commit is contained in:
@@ -11,14 +11,14 @@
|
|||||||
# gitea_username: Username for registry login (default: egullickson)
|
# gitea_username: Username for registry login (default: egullickson)
|
||||||
#
|
#
|
||||||
# Optional variables:
|
# Optional variables:
|
||||||
# act_runner_version: Version of act_runner to install (default: 0.2.13)
|
# act_runner_version: Version of act_runner to install
|
||||||
# gitea_instance: Gitea server URL (default: https://git.motovaultpro.com)
|
# gitea_instance: Gitea server URL (default: https://git.motovaultpro.com)
|
||||||
|
|
||||||
- name: Deploy MotoVaultPro Production Runner
|
- name: Deploy MotoVaultPro Production Runner
|
||||||
hosts: production
|
hosts: production
|
||||||
become: true
|
become: true
|
||||||
vars:
|
vars:
|
||||||
act_runner_version: "0.2.13"
|
act_runner_version: "0.3.0"
|
||||||
gitea_instance: "https://git.motovaultpro.com"
|
gitea_instance: "https://git.motovaultpro.com"
|
||||||
gitea_username: "egullickson"
|
gitea_username: "egullickson"
|
||||||
runner_name: "Production Server"
|
runner_name: "Production Server"
|
||||||
@@ -49,6 +49,8 @@
|
|||||||
- gnupg
|
- gnupg
|
||||||
- jq
|
- jq
|
||||||
- nodejs
|
- nodejs
|
||||||
|
- cron
|
||||||
|
- rsync
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# ============================================
|
# ============================================
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
hosts: staging
|
hosts: staging
|
||||||
become: true
|
become: true
|
||||||
vars:
|
vars:
|
||||||
act_runner_version: "0.2.13"
|
act_runner_version: "0.3.0"
|
||||||
gitea_instance: "https://git.motovaultpro.com"
|
gitea_instance: "https://git.motovaultpro.com"
|
||||||
gitea_username: "egullickson"
|
gitea_username: "egullickson"
|
||||||
runner_name: "Build/Staging Server"
|
runner_name: "Build/Staging Server"
|
||||||
@@ -50,6 +50,8 @@
|
|||||||
- jq
|
- jq
|
||||||
- nodejs
|
- nodejs
|
||||||
- make
|
- make
|
||||||
|
- cron
|
||||||
|
- rsync
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# ============================================
|
# ============================================
|
||||||
|
|||||||
@@ -12,10 +12,10 @@ all:
|
|||||||
staging:
|
staging:
|
||||||
hosts:
|
hosts:
|
||||||
staging.motovaultpro.com:
|
staging.motovaultpro.com:
|
||||||
ansible_host: "172.30.1.37"
|
ansible_host: "172.30.1.61"
|
||||||
|
|
||||||
# Required: Get from Gitea -> Settings -> Actions -> Runners
|
# Required: Get from Gitea -> Settings -> Actions -> Runners
|
||||||
gitea_runner_token: "szyvEDd2rRh4BettOTKORD1n2Vh47P1RIH19wLYN"
|
gitea_runner_token: "hLHjDXKhSF8x540hJv918ArZ2surcPVMcb4H5HT5"
|
||||||
|
|
||||||
# Required: Get from Gitea -> Settings -> Applications
|
# Required: Get from Gitea -> Settings -> Applications
|
||||||
# Needs read:packages and write:packages scopes
|
# Needs read:packages and write:packages scopes
|
||||||
@@ -29,10 +29,10 @@ all:
|
|||||||
production:
|
production:
|
||||||
hosts:
|
hosts:
|
||||||
motovaultpro.com:
|
motovaultpro.com:
|
||||||
ansible_host: "172.30.1.36"
|
ansible_host: "172.30.1.62"
|
||||||
|
|
||||||
# Required: Get from Gitea -> Settings -> Actions -> Runners
|
# Required: Get from Gitea -> Settings -> Actions -> Runners
|
||||||
gitea_runner_token: "OTwUZsoEUBjomGUVrOU4NxpYiUf2yQcEfYprt6rU"
|
gitea_runner_token: "hLHjDXKhSF8x540hJv918ArZ2surcPVMcb4H5HT5"
|
||||||
|
|
||||||
# Required: Get from Gitea -> Settings -> Applications
|
# Required: Get from Gitea -> Settings -> Applications
|
||||||
# Needs read:packages and write:packages scopes
|
# Needs read:packages and write:packages scopes
|
||||||
|
|||||||
Reference in New Issue
Block a user