Compare commits

...

2 commits

Author SHA1 Message Date
ad248d5666 fixed variables that didn't get replaced from template 2024-12-25 21:55:35 -06:00
5c430461d9 Updated Readme 2024-12-25 21:49:42 -06:00
6 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
role-ipa-server
=========
A brief description of the role goes here.
This role is used to build freeipa server
Requirements
------------
@ -11,7 +11,7 @@ No requirements
Role Variables
--------------
Server specific variables (i.e. mountpoint info) should be defined from the playbook-builder
No role specific variables
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:mount:v1.0:core,mount
role:mount:testing:core,mount
role:ipa-server:v1.0:workload,ipa-server
role:ipa-server:testing:workload,ipa-server
License
-------

View file

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

View file

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

View file

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

View file

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

View file

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