---
- name: Include public variables.
include_vars: ../public/vars.yml
- tags: accounts
#+END_SRC
** Enable Systemd Resolved
---
- name: Include public variables.
include_vars: ../public/vars.yml
- tags: accounts
- name: Include private variables.
include_vars: ../private/vars.yml
- tags: accounts
- name: Include members.
include_vars: "{{ lookup('first_found', membership_rolls) }}"
---
- name: Include public variables.
include_vars: ../public/vars.yml
- tags: accounts
- name: Include private variables.
include_vars: ../private/vars.yml
- tags: accounts
-- name: Include members.
- include_vars: "{{ lookup('first_found', membership_rolls) }}"
- tags: accounts
#+END_SRC
** Configure Gate NetworkD
---
- name: Include public variables.
include_vars: ../public/vars.yml
- tags: accounts
- name: Include private variables.
include_vars: ../private/vars.yml
- tags: accounts
- name: Include members.
include_vars: "{{ lookup('first_found', membership_rolls) }}"
---
- name: Include public variables.
include_vars: ../public/vars.yml
- tags: accounts
- name: Include private variables.
include_vars: ../private/vars.yml
- tags: accounts
-- name: Include members.
- include_vars: "{{ lookup('first_found', membership_rolls) }}"
- tags: accounts
- name: Install 10-lan.link.
become: yes