making sure all systems get the ipa client vars

This commit is contained in:
nazunalika 2020-12-14 14:31:01 -07:00
parent c76c58b139
commit b282c97daa
3 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,7 @@
---
ipaclient_domain = rockylinux.org
ipaclient_realm = ROCKYLINUX.ORG
ipaadmin_principal = admin
ipaclient_no_ntp = true
ipaclient_mkhomedir = true

View File

@ -6,6 +6,7 @@
become: true
vars_files:
- vars/encpass.yml
- vars/ipaclient.yml
pre_tasks:
- name: Check if ansible cannot be run here

View File

@ -1,5 +1,9 @@
---
# You must set this up using ansible-vault
# You must set this up using ansible-vault. Note that each var of a particular
# group (eg ipa) should have its own vault password separate from the rest. The
# passwords here should not be unlockable by one single password. It may be
# beneficial instead to split out the various passwords into separate vars
# files.
ipaadmin_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
REDACTED