Files
ansible-freeipa/playbooks/service/service-member-principal-present.yml
Thomas Woerner ffe8a121dd playbooks, README-host: Change exmaple to example
This changes exmaple to example.
2021-09-29 10:09:43 +02:00

14 lines
338 B
YAML

---
- name: Service member principal present
hosts: ipaserver
become: true
tasks:
- name: Service HTTP/www.example.com member principals host/test.example.com present
ipaservice:
ipaadmin_password: SomeADMINpassword
name: HTTP/www.example.com
principal:
- host/test.example.com
action: member