Compare commits

..

No commits in common. "ad248d5666f8adfdc7d1853fa9d2af81b6ed25b4" and "9cd50c112b5972b152b6bc00ab4ca8a428646747" have entirely different histories.

6 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
role-ipa-server
=========
This role is used to build freeipa server
A brief description of the role goes here.
Requirements
------------
@ -11,7 +11,7 @@ No requirements
Role Variables
--------------
No role specific variables
Server specific variables (i.e. mountpoint info) should be defined from the playbook-builder
Dependencies
------------
@ -23,8 +23,8 @@ Example Playbook Template
Playbook creation should be handled by playbook-builder. To include role in a playbook, add one of these lines (changing version/branch as needed) to the template with other core entries:
role:ipa-server:v1.0:workload,ipa-server
role:ipa-server:testing:workload,ipa-server
role:mount:v1.0:core,mount
role:mount:testing:core,mount
License
-------

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0
---
# defaults file forrole-ipa-server
# defaults file for ${REPO_NAME}

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0
---
# handlers file for role-ipa-server
# handlers file for ${REPO_NAME}

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0
---
# tasks file for role-ipa-server
# tasks file for ${REPO_NAME}

View file

@ -3,4 +3,4 @@
- hosts: localhost
remote_user: root
roles:
- role-ipa-server
- ${REPO_NAME}

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0
---
# vars file for role-ipa-server
# vars file for ${REPO_NAME}