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