mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-11 03:05:54 +00:00
playbooks, README-host: Change exmaple to example
This changes exmaple to example.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
- name: Host host1.example.com members allow_create_keytab present for users, groups, hosts and hostgroups
|
||||
ipahost:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: host01.exmaple.com
|
||||
name: host01.example.com
|
||||
allow_create_keytab_user:
|
||||
- user01
|
||||
- user02
|
||||
@@ -15,8 +15,8 @@
|
||||
- group01
|
||||
- group02
|
||||
allow_create_keytab_host:
|
||||
- host02.exmaple.com
|
||||
- host03.exmaple.com
|
||||
- host02.example.com
|
||||
- host03.example.com
|
||||
allow_create_keytab_hostgroup:
|
||||
- hostgroup01
|
||||
- hostgroup02
|
||||
|
||||
Reference in New Issue
Block a user