Merge pull request #649 from t-woerner/playbooks_fix_exmaple

playbooks, README-host: Change exmaple to example
This commit is contained in:
Rafael Guterres Jeffman
2021-09-29 09:09:03 -03:00
committed by GitHub
20 changed files with 57 additions and 57 deletions

View File

@@ -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
```

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

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

View File

@@ -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

View File

@@ -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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -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

View File

@@ -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