playbooks, README-host: Change exmaple to example

This changes exmaple to example.
This commit is contained in:
Thomas Woerner
2021-09-29 10:08:13 +02:00
parent 8fe41495a0
commit ffe8a121dd
20 changed files with 57 additions and 57 deletions

View File

@@ -7,7 +7,7 @@
- name: Host host1.example.com present with allow_create_keytab 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