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