Skip to content

Commit

Permalink
feat: add role playbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Aug 15, 2024
1 parent 250924e commit 82508ca
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions playbooks/packagemgmt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

- name: Manage packages
hosts: all
become: true
roles:
- role: packagemgmt
7 changes: 7 additions & 0 deletions playbooks/ufw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

- name: Manage UFW
hosts: all
become: true
roles:
- role: ufw
7 changes: 7 additions & 0 deletions playbooks/usermgmt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

- name: Manage users
hosts: all
become: true
roles:
- role: usermgmt

0 comments on commit 82508ca

Please sign in to comment.