Skip to content
Snippets Groups Projects
Verified Commit e4fa2726 authored by Louis Abel's avatar Louis Abel :tv:
Browse files

initial playbooks

parent 686680ff
No related branches found
No related tags found
No related merge requests found
...@@ -8,22 +8,34 @@ This repository is for IPA Management. ...@@ -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
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment