refactor: clean up directories and start standardized role names
This commit is contained in:
parent
e2ef196a62
commit
2ae759025c
25 changed files with 160 additions and 0 deletions
22
plays/main.yml
Normal file
22
plays/main.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
- name: Initalize base server.
|
||||
hosts: all
|
||||
become: yes
|
||||
roles:
|
||||
- base
|
||||
- net-security
|
||||
tags: base
|
||||
|
||||
- name: Set up Samba
|
||||
hosts: all
|
||||
become: yes
|
||||
roles:
|
||||
- samba
|
||||
tags: samba
|
||||
|
||||
- name: Set up Jellyfin
|
||||
hosts: all
|
||||
become: yes
|
||||
roles:
|
||||
- jellyfin
|
||||
tags: jellyfin
|
||||
Loading…
Add table
Add a link
Reference in a new issue