add funkwhale to ns
This commit is contained in:
4
.idea/provisioning.iml
generated
4
.idea/provisioning.iml
generated
@@ -1,7 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<module type="WEB_MODULE" version="4">
|
<module type="WEB_MODULE" version="4">
|
||||||
<component name="NewModuleRootManager">
|
<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="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
apt:
|
apt:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: latest
|
state: latest
|
||||||
|
cache_valid_time: 3600
|
||||||
with_items:
|
with_items:
|
||||||
- bind9
|
- bind9
|
||||||
|
|
||||||
|
|||||||
@@ -77,3 +77,4 @@ tunedb IN CNAME dkhost
|
|||||||
abcapi IN CNAME dkhost
|
abcapi IN CNAME dkhost
|
||||||
;prometheus IN CNAME dkhost
|
;prometheus IN CNAME dkhost
|
||||||
;metrics IN CNAME dkhost
|
;metrics IN CNAME dkhost
|
||||||
|
funkwhale IN CNAME dkhost
|
||||||
|
|||||||
Reference in New Issue
Block a user