Add liquor-cabinet configs, deploy to production

This commit is contained in:
2024-01-25 16:27:31 +03:00
parent d3c22ea787
commit 211a613e5c
5 changed files with 58 additions and 8 deletions

5
roles/liquor_cabinet.rb Normal file
View File

@@ -0,0 +1,5 @@
name "liquor_cabinet"
run_list %w(
liquor_cabinet::default
)