Fixing bind9 config
cubox-m still doesn't respond to outside requests
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
---
|
||||
|
||||
#TODO: create mount points?
|
||||
|
||||
- name: Create glusterfs fstab entries
|
||||
ansible.posix.mount:
|
||||
path: "{{item.path}}"
|
||||
|
||||
@@ -2,15 +2,17 @@
|
||||
# provisioning services in k3s cluster
|
||||
|
||||
# mount gluster
|
||||
#- include_tasks: gluster.fstab.yml
|
||||
- include_tasks: gluster.fstab.yml
|
||||
|
||||
# add helm repositories
|
||||
#- include_tasks: add_repos.yml
|
||||
- include_tasks: add_repos.yml
|
||||
|
||||
- include_tasks: cert_manager.yml
|
||||
|
||||
- include_tasks: hello-world.yaml
|
||||
|
||||
#- include_tasks: mariadb.yaml
|
||||
|
||||
# https://artifacthub.io/packages/helm/twuni/docker-registry
|
||||
#- name: Deploy latest version of docker-registry in dev-tools namespace
|
||||
# local_action:
|
||||
|
||||
4
ansible-5/roles/prod.k3s/tasks/mariadb.yaml
Normal file
4
ansible-5/roles/prod.k3s/tasks/mariadb.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
#https://github.com/bitnami/charts/tree/master/bitnami/mariadb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user