add funkwhale to ns

This commit is contained in:
2023-03-22 10:51:15 -04:00
parent db9512c7ad
commit a6f84604c5
3 changed files with 5 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/ansible-5/venv" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>

View File

@@ -6,6 +6,7 @@
apt:
name: "{{ item }}"
state: latest
cache_valid_time: 3600
with_items:
- bind9

View File

@@ -77,3 +77,4 @@ tunedb IN CNAME dkhost
abcapi IN CNAME dkhost
;prometheus IN CNAME dkhost
;metrics IN CNAME dkhost
funkwhale IN CNAME dkhost