Select Git revision
openstack.md
-
Cedric Hnyda authored
Signed-off-by:
Cedric Hnyda <cedric.hnyda@itera.io>
Cedric Hnyda authoredSigned-off-by:
Cedric Hnyda <cedric.hnyda@itera.io>
test_host_no_zone.yml 300 B
---
- name: Test host
hosts: ipaserver
become: yes
tasks:
- name: Ensure host with inexistent zone is absent.
ipahost:
ipaadmin_password: SomeADMINpassword
name: host01.absentzone.test
state: absent
register: result
failed_when: result.failed or result.changed