fix hosts
This commit is contained in:
parent
4177fa5d38
commit
b7005bd5c5
@ -6,7 +6,7 @@
|
|||||||
# -> ipa_binder_password: Bind account password
|
# -> ipa_binder_password: Bind account password
|
||||||
|
|
||||||
- name: Create binder account
|
- name: Create binder account
|
||||||
hosts: "{{ ipaserver|default('all') }}"
|
hosts: "{{ host|default('ipaserver') }}"
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# -> ipa_presence: present or absent
|
# -> ipa_presence: present or absent
|
||||||
|
|
||||||
- name: Create a DNS Record
|
- name: Create a DNS Record
|
||||||
hosts: all
|
hosts: "{{ host|default('ipaserver') }}"
|
||||||
become: false
|
become: false
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# provided.
|
# provided.
|
||||||
|
|
||||||
- name: Create a DNS Zone
|
- name: Create a DNS Zone
|
||||||
hosts: "{{ ipaserver|default('all') }}"
|
hosts: "{{ host|default('ipaserver') }}"
|
||||||
become: false
|
become: false
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# set to true.
|
# set to true.
|
||||||
|
|
||||||
- name: Create a group
|
- name: Create a group
|
||||||
hosts: "{{ ipaserver|default('all') }}"
|
hosts: "{{ host|default('ipaserver') }}"
|
||||||
become: false
|
become: false
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars_files:
|
vars_files:
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# What: Creates kerberos services in the idm infrastructure based on the variables provided
|
# What: Creates kerberos services in the idm infrastructure based on the variables provided
|
||||||
|
|
||||||
- name: Create Services
|
- name: Create Services
|
||||||
hosts: "{{ ipaserver|default('all') }}"
|
hosts: "{{ host|default('ipaserver') }}"
|
||||||
become: false
|
become: false
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# for the RESF to query.
|
# for the RESF to query.
|
||||||
|
|
||||||
- name: Disable a User - PDR
|
- name: Disable a User - PDR
|
||||||
hosts: "{{ ipaserver|default('all') }}"
|
hosts: "{{ host|default('ipaserver') }}"
|
||||||
become: false
|
become: false
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# What: Creates users in the idm infrastructure based on the variables provided.
|
# What: Creates users in the idm infrastructure based on the variables provided.
|
||||||
|
|
||||||
- name: Create a User
|
- name: Create a User
|
||||||
hosts: "{{ ipaserver|default('all') }}"
|
hosts: "{{ host|default('ipaserver') }}"
|
||||||
become: false
|
become: false
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# What: Creates users in the idm infrastructure based on the variables provided.
|
# What: Creates users in the idm infrastructure based on the variables provided.
|
||||||
|
|
||||||
- name: Create a User
|
- name: Create a User
|
||||||
hosts: "{{ ipaserver|default('all') }}"
|
hosts: "{{ host|default('ipaserver') }}"
|
||||||
become: false
|
become: false
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# What: Creates users in the idm infrastructure based on the variables provided.
|
# What: Creates users in the idm infrastructure based on the variables provided.
|
||||||
|
|
||||||
- name: Create a User
|
- name: Create a User
|
||||||
hosts: "{{ ipaserver|default('all') }}"
|
hosts: "{{ host|default('ipaserver') }}"
|
||||||
become: false
|
become: false
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user