Skip to content

Commit

Permalink
Burgh
Browse files Browse the repository at this point in the history
  • Loading branch information
NexusNull committed Nov 7, 2023
1 parent 9e2f436 commit 869abac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
2 changes: 2 additions & 0 deletions cicd/setup/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- storage
- appengine
- services
- install
- settings
- adventureland-master

Expand All @@ -16,5 +17,6 @@
roles:
- dependencies
- services
- install
- settings
- adventureland-server
9 changes: 0 additions & 9 deletions cicd/setup/roles/adventureland-master/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
---
- name: Upload Game files
ansible.posix.synchronize:
src: ./../../../../../
dest: /opt/adventureland
delete: true
rsync_opts:
- "--exclude=./cicd"
- "--exclude=./.github"

- name: Enable service
systemd:
name: master_server
Expand Down
9 changes: 0 additions & 9 deletions cicd/setup/roles/adventureland-server/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
---
- name: Upload Game files
ansible.posix.synchronize:
src: ./../../../../../
dest: /opt/adventureland
delete: true
rsync_opts:
- "--exclude=./cicd"
- "--exclude=./.github"

- name: Enable service
systemd:
name: game_server
Expand Down
9 changes: 9 additions & 0 deletions cicd/setup/roles/install/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
- name: Upload Game files
ansible.posix.synchronize:
src: ./../../../../../
dest: /opt/adventureland
delete: true
rsync_opts:
- "--exclude=./cicd"
- "--exclude=./.github"

0 comments on commit 869abac

Please sign in to comment.