initial playbooks

This commit is contained in:
Louis Abel 2021-02-01 01:09:14 -07:00
parent 686680ffd3
commit e4fa27269c
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 15 additions and 3 deletions

View File

@ -8,22 +8,34 @@ This repository is for IPA Management.
``` ```
. .
├── README.md ├── adhoc-ipabinder.yml
├── adhoc-ipadnsrecord.yml
├── adhoc-ipadnszone.yml
├── adhoc-ipagetcert.yml
├── adhoc-ipagetkeytab.yml
├── adhoc-ipagroup.yml
├── adhoc-ipaservice.yml
├── adhoc-ipauser-disable.yml
├── adhoc-ipauser-enable.yml
├── adhoc-ipauser.yml
├── defaults ├── defaults
│   └── main.yml │   └── main.yml
├── files ├── files
│   └── README.md │   └── README.md
├── handlers ├── handlers
│   └── main.yml │   └── main.yml
├── README.md
├── role-rocky-ipa-client.yml
├── role-rocky-ipa-replica.yml
├── role-rocky-ipa.yml
├── tasks ├── tasks
│   └── main.yml │   └── main.yml
├── templates ├── templates
│   └── README.md │   └── README.md
├── tests ├── tests
│   ├── README.md
│   ├── inventory │   ├── inventory
│   ├── README.md
│   └── test.yml │   └── test.yml
└── vars └── vars
└── main.yml └── main.yml
``` ```