diff --git a/README-host.md b/README-host.md index ba274c98c3e433c9d3a40bb69d17bdaad92d94c1..32a0c018920699749277d5724df3da1a4185c00e 100644 --- a/README-host.md +++ b/README-host.md @@ -266,10 +266,10 @@ Example playbook to ensure presence of member managedby_host for serveral hosts: ipahost: ipaadmin_password: SomeADMINpassword hosts: - - name: host01.exmaple.com - managedby_host: server.exmaple.com - - name: host02.exmaple.com - managedby_host: server.exmaple.com + - name: host01.example.com + managedby_host: server.example.com + - name: host02.example.com + managedby_host: server.example.com action: member ``` diff --git a/playbooks/host/host-member-allow_create_keytab-absent.yml b/playbooks/host/host-member-allow_create_keytab-absent.yml index 5ec1a171f93322f24f4d1177b9e4ce4d60c53dab..ff7afd3805f3bd2ee0c291068fbc5950f1bc97a4 100644 --- a/playbooks/host/host-member-allow_create_keytab-absent.yml +++ b/playbooks/host/host-member-allow_create_keytab-absent.yml @@ -7,7 +7,7 @@ - name: Host host1.example.com members allow_create_keytab absent 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 diff --git a/playbooks/host/host-member-allow_create_keytab-present.yml b/playbooks/host/host-member-allow_create_keytab-present.yml index 36c31dd28ec529ba993c6a0b4c4a7fe5609c5570..2ec510efd8c1174eff6a138b7917cbe3689f8ef5 100644 --- a/playbooks/host/host-member-allow_create_keytab-present.yml +++ b/playbooks/host/host-member-allow_create_keytab-present.yml @@ -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 diff --git a/playbooks/host/host-member-allow_retrieve_keytab-absent.yml b/playbooks/host/host-member-allow_retrieve_keytab-absent.yml index b7752e7c06dca4d9a06bd8b88cde4b9ba10e0ff9..781ba28755e876a7e968899e166a44361236aaa8 100644 --- a/playbooks/host/host-member-allow_retrieve_keytab-absent.yml +++ b/playbooks/host/host-member-allow_retrieve_keytab-absent.yml @@ -7,7 +7,7 @@ - name: Host host1.example.com members allow_retrieve_keytab absent for users, groups, hosts and hostgroups ipahost: ipaadmin_password: SomeADMINpassword - name: host01.exmaple.com + name: host01.example.com allow_retrieve_keytab_user: - user01 - user02 @@ -15,8 +15,8 @@ - group01 - group02 allow_retrieve_keytab_host: - - host02.exmaple.com - - host03.exmaple.com + - host02.example.com + - host03.example.com allow_retrieve_keytab_hostgroup: - hostgroup01 - hostgroup02 diff --git a/playbooks/host/host-member-allow_retrieve_keytab-present.yml b/playbooks/host/host-member-allow_retrieve_keytab-present.yml index ee849e062d77645d7cc061fe940166030cd43483..0ee132797408a07d4fc5e2aff1f194e82a4ae853 100644 --- a/playbooks/host/host-member-allow_retrieve_keytab-present.yml +++ b/playbooks/host/host-member-allow_retrieve_keytab-present.yml @@ -7,7 +7,7 @@ - name: Host host1.example.com members allow_retrieve_keytab present for users, groups, hosts and hostgroups ipahost: ipaadmin_password: SomeADMINpassword - name: host01.exmaple.com + name: host01.example.com allow_retrieve_keytab_user: - user01 - user02 @@ -15,8 +15,8 @@ - group01 - group02 allow_retrieve_keytab_host: - - host02.exmaple.com - - host03.exmaple.com + - host02.example.com + - host03.example.com allow_retrieve_keytab_hostgroup: - hostgroup01 - hostgroup02 diff --git a/playbooks/host/host-member-managedby_host-absent.yml b/playbooks/host/host-member-managedby_host-absent.yml index 2fd8868342d40b3726c5e278c0247ea49fa46364..56ee6818d71c4a5884bd97d40e7ef1a29c69be11 100644 --- a/playbooks/host/host-member-managedby_host-absent.yml +++ b/playbooks/host/host-member-managedby_host-absent.yml @@ -6,7 +6,7 @@ tasks: - ipahost: ipaadmin_password: SomeADMINpassword - name: host01.exmaple.com - managedby_host: server.exmaple.com + name: host01.example.com + managedby_host: server.example.com action: member state: absent diff --git a/playbooks/host/host-member-managedby_host-present.yml b/playbooks/host/host-member-managedby_host-present.yml index 1f3263840f50d080684a0bf98f71e89f83eb8845..9d27f4cd49be04bdd9b09ff9a8f7aa7495fef372 100644 --- a/playbooks/host/host-member-managedby_host-present.yml +++ b/playbooks/host/host-member-managedby_host-present.yml @@ -6,6 +6,6 @@ tasks: - ipahost: ipaadmin_password: SomeADMINpassword - name: host01.exmaple.com - managedby_host: server.exmaple.com + name: host01.example.com + managedby_host: server.example.com action: member diff --git a/playbooks/host/host-present-with-allow_create_keytab.yml b/playbooks/host/host-present-with-allow_create_keytab.yml index bcdd5df5a2b94979cc1dfdb29a3d3105c8dc94da..adf7bdf3d077e332ada5c3d799d9d19ba8fa66ca 100644 --- a/playbooks/host/host-present-with-allow_create_keytab.yml +++ b/playbooks/host/host-present-with-allow_create_keytab.yml @@ -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 diff --git a/playbooks/host/host-present-with-allow_retrieve_keytab.yml b/playbooks/host/host-present-with-allow_retrieve_keytab.yml index f12b15f6290860dafc1fdb89d37bbd9d20985a45..7eb8b641dcdbcc433950a2670c966cae01957f35 100644 --- a/playbooks/host/host-present-with-allow_retrieve_keytab.yml +++ b/playbooks/host/host-present-with-allow_retrieve_keytab.yml @@ -7,7 +7,7 @@ - name: Host host1.example.com present with allow_retrieve_keytab for users, groups, hosts and hostgroups ipahost: ipaadmin_password: SomeADMINpassword - name: host01.exmaple.com + name: host01.example.com allow_retrieve_keytab_user: - user01 - user02 @@ -15,8 +15,8 @@ - group01 - group02 allow_retrieve_keytab_host: - - host02.exmaple.com - - host03.exmaple.com + - host02.example.com + - host03.example.com allow_retrieve_keytab_hostgroup: - hostgroup01 - hostgroup02 diff --git a/playbooks/host/host-present-with-managedby_host.yml b/playbooks/host/host-present-with-managedby_host.yml index 51b9662ef1b3ac9d820de73cccac80782da6129a..31adaa1d45cbeb86cdeee96c5d3fcd7d67c725ba 100644 --- a/playbooks/host/host-present-with-managedby_host.yml +++ b/playbooks/host/host-present-with-managedby_host.yml @@ -6,6 +6,6 @@ tasks: - ipahost: ipaadmin_password: SomeADMINpassword - name: host01.exmaple.com - managedby_host: server.exmaple.com + name: host01.example.com + managedby_host: server.example.com force: yes diff --git a/playbooks/host/hosts-member-certificate-absent.yml b/playbooks/host/hosts-member-certificate-absent.yml index ec9ba94f046a946325566056435f342ad77f3580..45b47406b062971307190fe7349750e4943cbc80 100644 --- a/playbooks/host/hosts-member-certificate-absent.yml +++ b/playbooks/host/hosts-member-certificate-absent.yml @@ -4,7 +4,7 @@ become: true tasks: - - name: Hosts host01.example.com and host01.exmaple.com member certificate absent + - name: Hosts host01.example.com and host01.example.com member certificate absent ipahost: ipaadmin_password: SomeADMINpassword hosts: diff --git a/playbooks/host/hosts-member-certificate-present.yml b/playbooks/host/hosts-member-certificate-present.yml index 2976244a149cd5018cd8d2cfcbbffe591c17579c..c5908e6100e8d225981d66a9c12032c558b121c9 100644 --- a/playbooks/host/hosts-member-certificate-present.yml +++ b/playbooks/host/hosts-member-certificate-present.yml @@ -4,7 +4,7 @@ become: true tasks: - - name: Hosts host01.example.com and host01.exmaple.com member certificate present + - name: Hosts host01.example.com and host01.example.com member certificate present ipahost: ipaadmin_password: SomeADMINpassword hosts: diff --git a/playbooks/host/hosts-member-managedby_host-absent.yml b/playbooks/host/hosts-member-managedby_host-absent.yml index 0866dffa38a7f86f19152c023c8fc124498284a1..757d74f59fd25fd4e352a59cfb43ca096531764c 100644 --- a/playbooks/host/hosts-member-managedby_host-absent.yml +++ b/playbooks/host/hosts-member-managedby_host-absent.yml @@ -8,9 +8,9 @@ ipahost: ipaadmin_password: SomeADMINpassword hosts: - - name: host01.exmaple.com - managedby_host: server.exmaple.com - - name: host02.exmaple.com - managedby_host: server.exmaple.com + - name: host01.example.com + managedby_host: server.example.com + - name: host02.example.com + managedby_host: server.example.com action: member state: absent diff --git a/playbooks/host/hosts-member-managedby_host-present.yml b/playbooks/host/hosts-member-managedby_host-present.yml index deb0ae60b05bab170576ad6b458ab5ad756e3a0b..b09771ef82f383b91f9eb15b174fefe246038ccf 100644 --- a/playbooks/host/hosts-member-managedby_host-present.yml +++ b/playbooks/host/hosts-member-managedby_host-present.yml @@ -8,8 +8,8 @@ ipahost: ipaadmin_password: SomeADMINpassword hosts: - - name: host01.exmaple.com - managedby_host: server.exmaple.com - - name: host02.exmaple.com - managedby_host: server.exmaple.com + - name: host01.example.com + managedby_host: server.example.com + - name: host02.example.com + managedby_host: server.example.com action: member diff --git a/playbooks/host/hosts-member-principal-absent.yml b/playbooks/host/hosts-member-principal-absent.yml index 733bb126b86e3c7b69add484c8df48650496d11f..289c63115a6c283c822690c769508e7da8f8e06f 100644 --- a/playbooks/host/hosts-member-principal-absent.yml +++ b/playbooks/host/hosts-member-principal-absent.yml @@ -4,15 +4,15 @@ become: true tasks: - - name: Hosts host01.exmaple.com and host02.exmaple.com member principals host/testhost0X.exmaple.com absent + - name: Hosts host01.example.com and host02.example.com member principals host/testhost0X.example.com absent 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 state: absent diff --git a/playbooks/host/hosts-member-principal-present.yml b/playbooks/host/hosts-member-principal-present.yml index 68d26fe5d0081b895cb10d1f6abff02d503d9e80..d2ceb49b3e58358302b48ffafa358ad972a8ac09 100644 --- a/playbooks/host/hosts-member-principal-present.yml +++ b/playbooks/host/hosts-member-principal-present.yml @@ -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 diff --git a/playbooks/host/hosts-present-with-certificate.yml b/playbooks/host/hosts-present-with-certificate.yml index 78102e258a01a3bb75884bb6467cc73c6ec9ea6b..3cbd2387f08dbbcb47b1aedd41e63b9596071b1b 100644 --- a/playbooks/host/hosts-present-with-certificate.yml +++ b/playbooks/host/hosts-present-with-certificate.yml @@ -4,7 +4,7 @@ become: true tasks: - - name: Hosts host01.example.com and host01.exmaple.com present with certificate + - name: Hosts host01.example.com and host01.example.com present with certificate ipahost: ipaadmin_password: SomeADMINpassword hosts: diff --git a/playbooks/host/hosts-present-with-managedby_host.yml b/playbooks/host/hosts-present-with-managedby_host.yml index 610e20c1f0715ff477fee4d515159b5af1c5b1a7..750319ad78beeec3d33f995fb6f0198f2662a4ee 100644 --- a/playbooks/host/hosts-present-with-managedby_host.yml +++ b/playbooks/host/hosts-present-with-managedby_host.yml @@ -7,9 +7,9 @@ - ipahost: ipaadmin_password: SomeADMINpassword hosts: - - name: host01.exmaple.com - managedby_host: server.exmaple.com + - name: host01.example.com + managedby_host: server.example.com force: yes - - name: host02.exmaple.com - managedby_host: server.exmaple.com + - name: host02.example.com + managedby_host: server.example.com force: yes diff --git a/playbooks/service/service-member-principal-absent.yml b/playbooks/service/service-member-principal-absent.yml index df6a9a8348044e08e83e5a864a04b9a68613430c..d96dfda057c63f401fbf2277908d91d942069fc7 100644 --- a/playbooks/service/service-member-principal-absent.yml +++ b/playbooks/service/service-member-principal-absent.yml @@ -4,11 +4,11 @@ become: true tasks: - - name: Service HTTP/www.exmaple.com member principals host/test.exmaple.com absent + - name: Service HTTP/www.example.com member principals host/test.example.com absent ipaservice: ipaadmin_password: SomeADMINpassword name: HTTP/www.example.com principal: - - host/test.exmaple.com + - host/test.example.com action: member state: absent diff --git a/playbooks/service/service-member-principal-present.yml b/playbooks/service/service-member-principal-present.yml index e55902b2878bec391583f328185e9f56ad3e50e4..cee01b29fd97d5ddd4d206dafe5ce0066c844846 100644 --- a/playbooks/service/service-member-principal-present.yml +++ b/playbooks/service/service-member-principal-present.yml @@ -4,10 +4,10 @@ become: true tasks: - - name: Service HTTP/www.exmaple.com member principals host/test.exmaple.com present + - 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.exmaple.com + - host/test.example.com action: member