mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 21:42:17 +00:00
playbooks, README-host: Change exmaple to example
This changes exmaple to example.
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Hosts host01.exmaple.com and host02.exmaple.com member principals host/testhost0X.exmaple.com present
|
||||
- name: Hosts host01.example.com and host02.example.com member principals host/testhost0X.example.com present
|
||||
ipahost:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
hosts:
|
||||
- name: host01.exmaple.com
|
||||
- name: host01.example.com
|
||||
principal:
|
||||
- host/testhost01.exmaple.com
|
||||
- name: host02.exmaple.com
|
||||
- host/testhost01.example.com
|
||||
- name: host02.example.com
|
||||
principal:
|
||||
- host/testhost02.exmaple.com
|
||||
- host/testhost02.example.com
|
||||
action: member
|
||||
|
||||
Reference in New Issue
Block a user