Select Git revision
-
weizhoublue authored
when cilium v1.10 , it is ok to support arm64 https://cilium.io/blog/2021/05/20/cilium-110 Signed-off-by:
weizhou.lan@daocloud.io <weizhou.lan@daocloud.io>
weizhoublue authoredwhen cilium v1.10 , it is ok to support arm64 https://cilium.io/blog/2021/05/20/cilium-110 Signed-off-by:
weizhou.lan@daocloud.io <weizhou.lan@daocloud.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