Michele Salerno
Michele Salerno
> I am in the process of migration a few machines to Ubuntu 20. > > I get the following error: > > ``` > TASK [ANXS.postgresql : PostgreSQL |...
For routing in devices I use this configuration: ``` # Configure logging log syslog all; log "/var/log/bird.log" all; log stderr all; router id from "br-lan"; # Sync bird routing table...
when merged? thanks.
> Added the ability to use bind_tsig_keys to use with dynamics updates (useful cases: DHCP integration and Certbot DNS challenge automation). Changed documentation to explain how to use. Also added...
@brunobenchimol i try your repo and i have this error: ``` TASK [bind : Dump/flush dynamic zone changes to disk/zone file] ************************************************************************************************************************************************************************* Tuesday 20 September 2022 00:40:43 +0200 (0:00:02.755) 0:01:17.515...
My playbook is: ``` - hosts: dns_server become: "{{ sudo | default('yes') }}" roles: - bind vars: bind_statistics_channels: true bind_statistics_host: "{{ ansible_default_ipv4.address }}" #bind_statistics_host: "10.27.253.1" bind_statistics_allow: - "10.27.253.0/24" bind_zone_dir: /var/local/named-zones...
@brunobenchimol i try and i have this error: ``` TASK [Merge zone dicts] ***************************************************************************************************************************************************************************************************************** Wednesday 21 September 2022 21:27:47 +0200 (0:00:00.211) 0:00:15.996 *** fatal: [ns1-basilicata.ninux.org]: FAILED! => msg: |- The...
> @mikysal78 I did not test multiples zones when testing this role. Try to test only one zone than try adding more zones to your yaml file. I believe something...
> @mikysal78 I will post an example i did that worked. I tested with RHEL. Its only one zone by the way. > Considering the error you got, thats maybe...
> i did a small fix on code, hope it fix your error. I changed how ansible read zone files (it will read from your config instead of server files)....