Apply openvpn/client role before ipa/client

This is so hosts on the Fedora VPN are able to talk to IPA before they
try to enroll.

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-03-24 13:43:28 +01:00
parent bcfe96b710
commit 2d4ec8d259
43 changed files with 77 additions and 105 deletions

View file

@ -16,12 +16,12 @@
- rkhunter
- nagios_client
- hosts
- { role: openvpn/client,
when: env != "staging" }
- ipa/client
- collectd/base
- rsyncd
- sudo
- { role: openvpn/client,
when: env != "staging" }
- role: nfs/client
mnt_dir: '/srv/registry'
nfs_src_dir: "oci_registry"