diff options
author | B Stack <bgstack15@gmail.com> | 2016-09-29 16:01:25 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2016-09-29 16:01:25 -0400 |
commit | 4db266d0ec2f78079c8ff271cdb2e78230d3b090 (patch) | |
tree | 0df576efa0b3cc31e548904343a10fe43318b508 /company.example/ad-vars | |
parent | readme (diff) | |
download | ansible01-4db266d0ec2f78079c8ff271cdb2e78230d3b090.tar.gz ansible01-4db266d0ec2f78079c8ff271cdb2e78230d3b090.tar.bz2 ansible01-4db266d0ec2f78079c8ff271cdb2e78230d3b090.zip |
major overhaul
Diffstat (limited to 'company.example/ad-vars')
-rw-r--r-- | company.example/ad-vars/FreeBSD.yml | 4 | ||||
-rw-r--r-- | company.example/ad-vars/default.yml | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/company.example/ad-vars/FreeBSD.yml b/company.example/ad-vars/FreeBSD.yml deleted file mode 100644 index 7ff821f..0000000 --- a/company.example/ad-vars/FreeBSD.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -sssd_dir: /usr/local/etc/sssd -ad_access_filter: (&(memberOf=CN=Linux-Server-Access_grp,OU=Linux-Access,OU=Accounts-Groups,DC=example,DC=edu)(unixHomeDirectory=*)) -simple_allow_users: Alice, alice, alice-local diff --git a/company.example/ad-vars/default.yml b/company.example/ad-vars/default.yml deleted file mode 100644 index cb65db8..0000000 --- a/company.example/ad-vars/default.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -sssd_dir: /etc/sssd -krb5_conf_dir: /etc |