add collections directive to appropriate playbooks
This commit is contained in:
parent
d0e462f97d
commit
98933f6e5d
@ -15,6 +15,8 @@
|
||||
hosts: "{{ host|default('ipaserver') }}"
|
||||
become: false
|
||||
gather_facts: false
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
|
||||
tasks:
|
||||
- name: "Checking for user variables"
|
||||
|
@ -7,6 +7,8 @@
|
||||
hosts: "{{ host|default('ipaserver') }}"
|
||||
become: false
|
||||
gather_facts: false
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
|
||||
tasks:
|
||||
- name: "Checking for user variables"
|
||||
|
@ -17,6 +17,8 @@
|
||||
hosts: "{{ host|default('all') }}"
|
||||
become: true
|
||||
gather_facts: false
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
|
||||
tasks:
|
||||
- name: "Checking for user variables"
|
||||
|
@ -11,6 +11,8 @@
|
||||
gather_facts: false
|
||||
vars_files:
|
||||
- vars/vaults/userman.yml
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
|
||||
tasks:
|
||||
- name: "Checking for user variables"
|
||||
|
@ -6,6 +6,8 @@
|
||||
hosts: "{{ host|default('ipaserver') }}"
|
||||
become: false
|
||||
gather_facts: false
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
|
||||
tasks:
|
||||
- name: "Checking for user variables"
|
||||
|
@ -10,6 +10,8 @@
|
||||
hosts: "{{ host|default('ipaserver') }}"
|
||||
become: false
|
||||
gather_facts: false
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
|
||||
tasks:
|
||||
- name: "Checking for user variables"
|
||||
|
@ -6,6 +6,8 @@
|
||||
hosts: "{{ host|default('ipaserver') }}"
|
||||
become: false
|
||||
gather_facts: false
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
|
||||
tasks:
|
||||
- name: "Checking for user variables"
|
||||
|
@ -6,6 +6,8 @@
|
||||
hosts: "{{ host|default('ipaserver') }}"
|
||||
become: false
|
||||
gather_facts: false
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
|
||||
tasks:
|
||||
- name: "Checking for user variables"
|
||||
|
@ -6,6 +6,8 @@
|
||||
hosts: "{{ host|default('ipaserver') }}"
|
||||
become: false
|
||||
gather_facts: false
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
|
||||
tasks:
|
||||
- name: "Checking for user variables"
|
||||
|
@ -5,8 +5,10 @@
|
||||
become: false
|
||||
gather_facts: false
|
||||
vars_files:
|
||||
- vars/ipa/rdns.yml
|
||||
- vars/ipa/fdns.yml
|
||||
- vars/ipa/rdns.yml
|
||||
- vars/ipa/fdns.yml
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
|
||||
tasks:
|
||||
- name: "Checking for user variables"
|
||||
|
@ -7,6 +7,8 @@
|
||||
vars_files:
|
||||
- vars/ipa/common.yml
|
||||
- vars/ipa/ipaclient.yml
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
|
||||
pre_tasks:
|
||||
- name: Check if ansible cannot be run here
|
||||
|
@ -7,6 +7,8 @@
|
||||
vars_files:
|
||||
- vars/ipa/common.yml
|
||||
- vars/ipa/ipareplica.yml
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
|
||||
# This is to try to avoid the handler issue in pre/post tasks
|
||||
handlers:
|
||||
|
@ -12,6 +12,8 @@
|
||||
vars_files:
|
||||
- vars/ipa/common.yml
|
||||
- vars/ipa/ipaserver.yml
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
|
||||
# This is to try to avoid the handler issue in pre/post tasks
|
||||
handlers:
|
||||
|
Loading…
Reference in New Issue
Block a user