ansible-infra/ansible_collections/debops/debops/playbooks/service/dhcrelay.yml

19 lines
628 B
YAML

---
# Copyright (C) 2020 CipherMail B.V. <https://www.ciphermail.com/>
# Copyright (C) 2020 DebOps <https://debops.org/>
# SPDX-License-Identifier: GPL-3.0-or-later
- name: Manage ISC DHCP relay
collections: [ 'debops.debops', 'debops.roles01',
'debops.roles02', 'debops.roles03' ]
hosts: [ 'debops_service_dhcrelay' ]
become: True
environment: '{{ inventory__environment | d({})
| combine(inventory__group_environment | d({}))
| combine(inventory__host_environment | d({})) }}'
roles:
- role: dhcrelay
tags: [ 'role::dhcrelay', 'skip::dhcrelay' ]