Skip to content
Snippets Groups Projects
Commit d370ed27 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

playbooks: Unite admin password

Use SomeADMINpassword as the admin password everywhere, also in all
playbooks.
parent 2b29a90c
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 21 deletions
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
tasks: tasks:
- name: Ensure HBAC Rule allhosts is absent - name: Ensure HBAC Rule allhosts is absent
ipahbacrule: ipahbacrule:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: allhosts name: allhosts
state: absent state: absent
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
tasks: tasks:
- name: Ensure HBAC Rule allhosts is disabled - name: Ensure HBAC Rule allhosts is disabled
ipahbacrule: ipahbacrule:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: allhosts name: allhosts
state: disabled state: disabled
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
tasks: tasks:
- name: Ensure HBAC Rule allhosts is enabled - name: Ensure HBAC Rule allhosts is enabled
ipahbacrule: ipahbacrule:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: allhosts name: allhosts
state: enabled state: enabled
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
tasks: tasks:
- name: Ensure HBAC Rule allhosts is present - name: Ensure HBAC Rule allhosts is present
ipahbacrule: ipahbacrule:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: allhosts name: allhosts
usercategory: all usercategory: all
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
tasks: tasks:
- name: Ensure host server is absent in HBAC Rule allhosts - name: Ensure host server is absent in HBAC Rule allhosts
ipahbacrule: ipahbacrule:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: allhosts name: allhosts
host: server host: server
action: member action: member
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
tasks: tasks:
- name: Ensure host server is present in HBAC Rule allhosts - name: Ensure host server is present in HBAC Rule allhosts
ipahbacrule: ipahbacrule:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: allhosts name: allhosts
host: server host: server
action: member action: member
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
tasks: tasks:
- name: Ensure HBAC Services for http and tftp are absent - name: Ensure HBAC Services for http and tftp are absent
ipahbacsvc: ipahbacsvc:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: http,tftp name: http,tftp
state: absent state: absent
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
tasks: tasks:
- name: Ensure HBAC Service for http is present - name: Ensure HBAC Service for http is present
ipahbacsvc: ipahbacsvc:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: http name: http
description: Web service description: Web service
- name: Ensure HBAC Service for tftp is present - name: Ensure HBAC Service for tftp is present
ipahbacsvc: ipahbacsvc:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: tftp name: tftp
description: TFTP service description: TFTP service
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
tasks: tasks:
- name: Ensure HBAC Service Group login is absent - name: Ensure HBAC Service Group login is absent
ipahbacsvcgroup: ipahbacsvcgroup:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: login name: login
hbacsvc: hbacsvc:
- sshd - sshd
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
tasks: tasks:
- name: Ensure HBAC Services sshd is absent in HBAC Service Group login - name: Ensure HBAC Services sshd is absent in HBAC Service Group login
ipahbacsvcgroup: ipahbacsvcgroup:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: login name: login
hbacsvc: hbacsvc:
- sshd - sshd
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
tasks: tasks:
- name: Ensure HBAC Service sshd is present in HBAC Service Group login - name: Ensure HBAC Service sshd is present in HBAC Service Group login
ipahbacsvcgroup: ipahbacsvcgroup:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: login name: login
hbacsvc: hbacsvc:
- sshd - sshd
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
tasks: tasks:
- name: Ensure HBAC Service sshd is present in HBAC Service Group login - name: Ensure HBAC Service sshd is present in HBAC Service Group login
ipahbacsvcgroup: ipahbacsvcgroup:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: login name: login
hbacsvc: hbacsvc:
- sshd - sshd
......
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
tasks: tasks:
- name: Ensure host host01.example.com is absent - name: Ensure host host01.example.com is absent
ipahost: ipahost:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: host01.example.com name: host01.example.com
state: absent state: absent
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
tasks: tasks:
- name: Disable host host01.example.com - name: Disable host host01.example.com
ipahost: ipahost:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: host01.example.com name: host01.example.com
state: disabled state: disabled
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
tasks: tasks:
- name: Host "{{ 'host1.' + ipaserver_domain }}" present with random password - name: Host "{{ 'host1.' + ipaserver_domain }}" present with random password
ipahost: ipahost:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: "{{ 'host1.' + ipaserver_domain }}" name: "{{ 'host1.' + ipaserver_domain }}"
random: yes random: yes
force: yes force: yes
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
tasks: tasks:
- name: Host host1.example.com members allow_create_keytab absent for users, groups, hosts and hostgroups - name: Host host1.example.com members allow_create_keytab absent for users, groups, hosts and hostgroups
ipahost: ipahost:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: host01.exmaple.com name: host01.exmaple.com
allow_create_keytab_user: allow_create_keytab_user:
- user01 - user01
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
tasks: tasks:
- name: Host host1.example.com members allow_create_keytab present for users, groups, hosts and hostgroups - name: Host host1.example.com members allow_create_keytab present for users, groups, hosts and hostgroups
ipahost: ipahost:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: host01.exmaple.com name: host01.exmaple.com
allow_create_keytab_user: allow_create_keytab_user:
- user01 - user01
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
tasks: tasks:
- name: Host host1.example.com members allow_retrieve_keytab absent for users, groups, hosts and hostgroups - name: Host host1.example.com members allow_retrieve_keytab absent for users, groups, hosts and hostgroups
ipahost: ipahost:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: host01.exmaple.com name: host01.exmaple.com
allow_retrieve_keytab_user: allow_retrieve_keytab_user:
- user01 - user01
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
tasks: tasks:
- name: Host host1.example.com members allow_retrieve_keytab present for users, groups, hosts and hostgroups - name: Host host1.example.com members allow_retrieve_keytab present for users, groups, hosts and hostgroups
ipahost: ipahost:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: host01.exmaple.com name: host01.exmaple.com
allow_retrieve_keytab_user: allow_retrieve_keytab_user:
- user01 - user01
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
tasks: tasks:
- name: Host host01.example.com member certificate absent - name: Host host01.example.com member certificate absent
ipahost: ipahost:
ipaadmin_password: MyPassword123 ipaadmin_password: SomeADMINpassword
name: host01.example.com name: host01.example.com
certificate: certificate:
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment