Files
ansible-freeipa/playbooks/service/service-is-present-without-host-object.yml
2020-07-30 12:42:57 -03:00

13 lines
259 B
YAML

---
- name: Playbook to manage IPA service.
hosts: ipaserver
become: true
gather_facts: false
tasks:
# Ensure service is present
- ipaservice:
ipaadmin_password: SomeADMINpassword
name: HTTP/www.ansible.com
skip_host_check: yes