mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
11 lines
250 B
YAML
11 lines
250 B
YAML
---
|
|
- name: Install /etc/hosts for VPN clients
|
|
when: "(vpn | default(false)) and (datacenter | default('rdu3')) != 'rdu3'"
|
|
include_role:
|
|
name: hosts
|
|
apply:
|
|
tags:
|
|
- ipa/client
|
|
- config
|
|
- vpn-client-enablement
|