~webmaster~ and ~root~ was (recently?) included in the installed
=/etc/aliases=.
~gateway4~ was no longer accepted (without comment/warning?).
nameservers:
search: [ {{ domain_priv }} ]
addresses: [ {{ core_addr }} ]
- gateway4: {{ gate_addr }}
+ routes:
+ - to: default
+ via: {{ gate_addr }}
dest: /etc/netplan/60-core.yaml
mode: u=rw,g=r,o=
notify: Apply netplan.
become: yes
blockinfile:
block: |
- webmaster: root
admin: root
www-data: root
monkey: root
- root: {{ ansible_user }}
path: /etc/aliases
marker: "# {mark} INSTITUTE MANAGED BLOCK"
notify: New aliases.
nameservers:
search: [ {{ domain_priv }} ]
addresses: [ {{ core_addr }} ]
- gateway4: {{ gate_addr }}
+ routes:
+ - to: default
+ via: {{ gate_addr }}
dest: /etc/netplan/60-core.yaml
mode: u=rw,g=r,o=
notify: Apply netplan.
become: yes
blockinfile:
block: |
- webmaster: root
admin: root
www-data: root
monkey: root
- root: {{ ansible_user }}
path: /etc/aliases
marker: "# {mark} INSTITUTE MANAGED BLOCK"
notify: New aliases.