diff --git a/ansible/deploy-production-runner.yml b/ansible/deploy-production-runner.yml index d24eb9b..837ca66 100644 --- a/ansible/deploy-production-runner.yml +++ b/ansible/deploy-production-runner.yml @@ -11,14 +11,14 @@ # gitea_username: Username for registry login (default: egullickson) # # 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) - name: Deploy MotoVaultPro Production Runner hosts: production become: true vars: - act_runner_version: "0.2.13" + act_runner_version: "0.3.0" gitea_instance: "https://git.motovaultpro.com" gitea_username: "egullickson" runner_name: "Production Server" @@ -49,6 +49,8 @@ - gnupg - jq - nodejs + - cron + - rsync state: present # ============================================ diff --git a/ansible/deploy-staging-runner.yml b/ansible/deploy-staging-runner.yml index 74c4d15..0d98548 100644 --- a/ansible/deploy-staging-runner.yml +++ b/ansible/deploy-staging-runner.yml @@ -18,7 +18,7 @@ hosts: staging become: true vars: - act_runner_version: "0.2.13" + act_runner_version: "0.3.0" gitea_instance: "https://git.motovaultpro.com" gitea_username: "egullickson" runner_name: "Build/Staging Server" @@ -50,6 +50,8 @@ - jq - nodejs - make + - cron + - rsync state: present # ============================================ diff --git a/ansible/inventory.yml b/ansible/inventory.yml index dc1e91b..49a05ac 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -12,10 +12,10 @@ all: staging: hosts: staging.motovaultpro.com: - ansible_host: "172.30.1.37" + ansible_host: "172.30.1.61" # Required: Get from Gitea -> Settings -> Actions -> Runners - gitea_runner_token: "szyvEDd2rRh4BettOTKORD1n2Vh47P1RIH19wLYN" + gitea_runner_token: "hLHjDXKhSF8x540hJv918ArZ2surcPVMcb4H5HT5" # Required: Get from Gitea -> Settings -> Applications # Needs read:packages and write:packages scopes @@ -29,10 +29,10 @@ all: production: hosts: motovaultpro.com: - ansible_host: "172.30.1.36" + ansible_host: "172.30.1.62" # Required: Get from Gitea -> Settings -> Actions -> Runners - gitea_runner_token: "OTwUZsoEUBjomGUVrOU4NxpYiUf2yQcEfYprt6rU" + gitea_runner_token: "hLHjDXKhSF8x540hJv918ArZ2surcPVMcb4H5HT5" # Required: Get from Gitea -> Settings -> Applications # Needs read:packages and write:packages scopes