fix hosts

This commit is contained in:
Louis Abel 2023-08-22 23:55:38 -07:00
parent 4177fa5d38
commit b7005bd5c5
Signed by: label
GPG Key ID: 3331F061D1D9990E
9 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

@ -4,7 +4,7 @@
# provided.
- name: Create a DNS Zone
hosts: "{{ ipaserver|default('all') }}"
hosts: "{{ host|default('ipaserver') }}"
become: false
gather_facts: false

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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