-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move deploy_vms_cluster playbook to role
Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
- Loading branch information
1 parent
a88c298
commit 7879ade
Showing
6 changed files
with
47 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Deploy VMs on Cluster Seapath Role | ||
|
||
This role deploys Guests in cluster mode | ||
|
||
## Requirements | ||
|
||
no requirement. | ||
|
||
## Role Variables | ||
|
||
the role uses the "VMs" group in the inventory | ||
and the following variables: | ||
- qcow2tmpuploadfolder | ||
|
||
## Example Playbook | ||
|
||
```yaml | ||
- hosts: cluster_machines | ||
roles: | ||
- { role: seapath_ansible.deploy_vms_cluster } | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Copyright (C) 2024 RTE | ||
# SPDX-License-Identifier: Apache-2.0 | ||
--- | ||
galaxy_info: | ||
author: "Seapath" | ||
description: deploys Guests in cluster mode | ||
license: Apache-2.0 | ||
min_ansible_version: 2.9.10 | ||
platforms: | ||
- name: Linux | ||
versions: | ||
- all | ||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters