diff options
Diffstat (limited to 'roles/home/meta/main.yml')
-rw-r--r-- | roles/home/meta/main.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/home/meta/main.yml b/roles/home/meta/main.yml new file mode 100644 index 0000000..720a031 --- /dev/null +++ b/roles/home/meta/main.yml @@ -0,0 +1,8 @@ +dependencies: + - role: certificate + vars: + domains: + - ilvokhin.com + - www.ilvokhin.com + - role: nginx + - role: rsync |