add collections directive to appropriate playbooks

This commit is contained in:
Louis Abel 2024-01-23 13:53:02 -07:00
parent d0e462f97d
commit 98933f6e5d
Signed by: label
GPG Key ID: 3331F061D1D9990E
13 changed files with 28 additions and 2 deletions

View File

@ -15,6 +15,8 @@
hosts: "{{ host|default('ipaserver') }}"
become: false
gather_facts: false
collections:
- freeipa.ansible_freeipa
tasks:
- name: "Checking for user variables"

View File

@ -7,6 +7,8 @@
hosts: "{{ host|default('ipaserver') }}"
become: false
gather_facts: false
collections:
- freeipa.ansible_freeipa
tasks:
- name: "Checking for user variables"

View File

@ -17,6 +17,8 @@
hosts: "{{ host|default('all') }}"
become: true
gather_facts: false
collections:
- freeipa.ansible_freeipa
tasks:
- name: "Checking for user variables"

View File

@ -11,6 +11,8 @@
gather_facts: false
vars_files:
- vars/vaults/userman.yml
collections:
- freeipa.ansible_freeipa
tasks:
- name: "Checking for user variables"

View File

@ -6,6 +6,8 @@
hosts: "{{ host|default('ipaserver') }}"
become: false
gather_facts: false
collections:
- freeipa.ansible_freeipa
tasks:
- name: "Checking for user variables"

View File

@ -10,6 +10,8 @@
hosts: "{{ host|default('ipaserver') }}"
become: false
gather_facts: false
collections:
- freeipa.ansible_freeipa
tasks:
- name: "Checking for user variables"

View File

@ -6,6 +6,8 @@
hosts: "{{ host|default('ipaserver') }}"
become: false
gather_facts: false
collections:
- freeipa.ansible_freeipa
tasks:
- name: "Checking for user variables"

View File

@ -6,6 +6,8 @@
hosts: "{{ host|default('ipaserver') }}"
become: false
gather_facts: false
collections:
- freeipa.ansible_freeipa
tasks:
- name: "Checking for user variables"

View File

@ -6,6 +6,8 @@
hosts: "{{ host|default('ipaserver') }}"
become: false
gather_facts: false
collections:
- freeipa.ansible_freeipa
tasks:
- name: "Checking for user variables"

View File

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

View File

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

View File

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

View File

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