Skip to content

Commit

Permalink
Merge pull request #35 from adfinis/feat/role_playbooks
Browse files Browse the repository at this point in the history
feat: playbooks for roles
  • Loading branch information
adf-patrickha authored Jan 10, 2025
2 parents c91959e + 307fb7a commit 21de420
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions playbooks/bareos_dir_role.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

- name: Run bareos_dir role for directors
hosts: directors
become: true
roles:
- role: bareos_dir
7 changes: 7 additions & 0 deletions playbooks/bareos_fd_role.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

- name: Run bareos_fd role for filedaemons
hosts: filedaemons
become: true
roles:
- role: bareos_fd
7 changes: 7 additions & 0 deletions playbooks/bareos_sd_role.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

- name: Run bareos_sd role for storagedaemons
hosts: storagedaemons
become: true
roles:
- role: bareos_sd
7 changes: 7 additions & 0 deletions playbooks/bareos_webui_role.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

- name: Run bareos_webui role for webuis
hosts: webuis
become: true
roles:
- role: bareos_webui

0 comments on commit 21de420

Please sign in to comment.