You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Louis Abel bb5ae57a5d
update pre-commit config
1 month ago
collections use FQCN across the board 1 year ago
defaults Initial 2 years ago
files Initial 2 years ago
handlers Initial 2 years ago
roles use FQCN across the board 1 year ago
tasks Initial 2 years ago
templates cleanup 2 years ago
tests Initial 2 years ago
vars fix vars 1 year ago
.ansible-lint merging lints 2 years ago
.pre-commit-config.yaml update pre-commit config 1 month ago
.yamllint merging lints 2 years ago
README.md initial playbooks 2 years ago
adhoc-ipabinder.yml use FQCN across the board 1 year ago
adhoc-ipadnsrecord.yml use FQCN across the board 1 year ago
adhoc-ipadnszone.yml use FQCN across the board 1 year ago
adhoc-ipagetcert.yml sync from infra 1 year ago
adhoc-ipagetkeytab.yml use FQCN across the board 1 year ago
adhoc-ipagroup.yml use FQCN across the board 1 year ago
adhoc-ipaservice.yml use FQCN across the board 1 year ago
adhoc-ipauser-disable-pdr.yml use FQCN across the board 1 year ago
adhoc-ipauser-disable.yml use FQCN across the board 1 year ago
adhoc-ipauser-enable.yml use FQCN across the board 1 year ago
adhoc-ipauser.yml use FQCN across the board 1 year ago
import-rockygroups.yml fix vars 1 year ago
import-rockyipaprivs.yml sync from infra 1 year ago
import-rockypwpolicy.yml fix vars 1 year ago
import-rockysudo.yml fix vars 1 year ago
import-rockyusers.yml use FQCN across the board 1 year ago
init-rocky-ipa-internal-dns.yml use FQCN across the board 1 year ago
init-rocky-ipa-team.yml use FQCN across the board 1 year ago
role-rocky-ipa-client.yml use FQCN across the board 1 year ago
role-rocky-ipa-replica.yml use FQCN across the board 1 year ago
role-rocky-ipa.yml use FQCN across the board 1 year ago

README.md

Ansible AWX Template: IPA Management

Ansible AWX is the method used for the Rocky Linux infrastructure, as a replacement for using the CLI.

Provides / Information

This repository is for IPA Management.

.
├── 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
│   └── main.yml
├── files
│   └── README.md
├── handlers
│   └── main.yml
├── README.md
├── role-rocky-ipa-client.yml
├── role-rocky-ipa-replica.yml
├── role-rocky-ipa.yml
├── tasks
│   └── main.yml
├── templates
│   └── README.md
├── tests
│   ├── inventory
│   ├── README.md
│   └── test.yml
└── vars
    └── main.yml