Skip to content

Commit

Permalink
maint: flatten IPA hierarchy
Browse files Browse the repository at this point in the history
We aren't doing anything interesting in the cluster specific IPA
configurations. This commit flattens them into the role definition.
  • Loading branch information
adrienthebo committed Feb 20, 2020
1 parent 03f6332 commit 492838d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 12 deletions.
3 changes: 0 additions & 3 deletions hieradata/cluster/corecp/role/ipamaster.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions hieradata/cluster/corecp/role/ipareplica.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions hieradata/cluster/coretuc/role/ipamaster.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions hieradata/cluster/coretuc/role/ipareplica.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions hieradata/org/lsst/role/ipamaster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ easy_ipa::install_epel: false
easy_ipa::install_autofs: false
easy_ipa::install_sssdtools: false
easy_ipa::install_kstart: false
easy_ipa::ipa_server_fqdn: "%{facts.fqdn}"
easy_ipa::ip_address: "%{facts.networking.ip}"
2 changes: 2 additions & 0 deletions hieradata/org/lsst/role/ipareplica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ easy_ipa::install_epel: false
easy_ipa::install_autofs: false
easy_ipa::install_sssdtools: false
easy_ipa::install_kstart: false
easy_ipa::ipa_server_fqdn: "%{facts.fqdn}"
easy_ipa::ip_address: "%{facts.networking.ip}"

0 comments on commit 492838d

Please sign in to comment.