mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 05:13:08 +00:00
Merge pull request #651 from rjeffman/tests_fix_ipa_context
Fix execution of client context tests.
This commit is contained in:
@@ -36,3 +36,5 @@
|
||||
- name: Test automember using client context, in server host.
|
||||
import_playbook: test_automember.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test automountlocation using client context, in server host.
|
||||
import_playbook: test_automountlocation.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -34,3 +34,5 @@
|
||||
- name: Test config using client context, in server host.
|
||||
import_playbook: test_config.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test delegation using client context, in server host.
|
||||
import_playbook: test_delegation.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test dnsconfig using client context, in server host.
|
||||
import_playbook: test_dnsconfig.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test dnsforwardzone using client context, in server host.
|
||||
import_playbook: test_dnsforwardzone.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test dnsrecord using client context, in server host.
|
||||
import_playbook: test_dnsrecord.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test dnszone using client context, in server host.
|
||||
import_playbook: test_dnszone.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test group using client context, in server host.
|
||||
import_playbook: test_group.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test hbacrule using client context, in server host.
|
||||
import_playbook: test_hbacrule.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test hbacsvc using client context, in server host.
|
||||
import_playbook: test_hbacsvc.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test hbacsvcgroup using client context, in server host.
|
||||
import_playbook: test_hbacsvcgroup.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test automember using client context, in server host.
|
||||
import_playbook: test_host.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test hostgroup using client context, in server host.
|
||||
import_playbook: test_hostgroup.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test location using client context, in server host.
|
||||
import_playbook: test_location.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test permission using client context, in server host.
|
||||
import_playbook: test_permission.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test privilege using client context, in server host.
|
||||
import_playbook: test_privilege.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test pwpolicy using client context, in server host.
|
||||
import_playbook: test_pwpolicy.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test role using client context, in server host.
|
||||
import_playbook: test_role.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test selfservice using client context, in server host.
|
||||
import_playbook: test_selfservice.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test server using client context, in server host.
|
||||
import_playbook: test_server.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test service using client context, in server host.
|
||||
import_playbook: test_service.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test sudocmd using client context, in server host.
|
||||
import_playbook: test_sudocmd.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test sudocmdgroup using client context, in server host.
|
||||
import_playbook: test_sudocmdgroup.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test sudorule using client context, in server host.
|
||||
import_playbook: test_sudorule.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test trust using client context, in server host.
|
||||
import_playbook: test_trust.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
@@ -35,3 +35,5 @@
|
||||
- name: Test user using client context, in server host.
|
||||
import_playbook: test_user.yml
|
||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||
vars:
|
||||
ipa_context: client
|
||||
|
||||
Reference in New Issue
Block a user