Compare commits
2 commits
9cd50c112b
...
ad248d5666
Author | SHA1 | Date | |
---|---|---|---|
ad248d5666 | |||
5c430461d9 |
6 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
-------
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# defaults file for ${REPO_NAME}
|
||||
# defaults file forrole-ipa-server
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# handlers file for ${REPO_NAME}
|
||||
# handlers file for role-ipa-server
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# tasks file for ${REPO_NAME}
|
||||
# tasks file for role-ipa-server
|
|
@ -3,4 +3,4 @@
|
|||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- ${REPO_NAME}
|
||||
- role-ipa-server
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# vars file for ${REPO_NAME}
|
||||
# vars file for role-ipa-server
|
Loading…
Add table
Reference in a new issue