Rename generic vm-create to deploy-kvm-guest
This commit is contained in:
parent
c9f3b7d0b7
commit
905e7f8485
11 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- import_playbook: "include/vm-create.yml myhosts=adm01.home.foo.sh"
|
- import_playbook: "include/deploy-kvm-guest.yml myhosts=adm01.home.foo.sh"
|
||||||
|
|
||||||
- name: configure instance
|
- name: configure instance
|
||||||
hosts: adm
|
hosts: adm
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- import_playbook: "include/vm-create.yml myhosts=collab01.home.foo.sh"
|
- import_playbook: "include/deploy-kvm-guest.yml myhosts=collab01.home.foo.sh"
|
||||||
|
|
||||||
- name: configure instance
|
- name: configure instance
|
||||||
hosts: collab
|
hosts: collab
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- import_playbook: "include/vm-create.yml myhosts=devel01.home.foo.sh"
|
- import_playbook: "include/deploy-kvm-guest.yml myhosts=devel01.home.foo.sh"
|
||||||
|
|
||||||
- name: configure instance
|
- name: configure instance
|
||||||
hosts: devel01.home.foo.sh
|
hosts: devel01.home.foo.sh
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- import_playbook: "include/vm-create.yml myhosts=git02.home.foo.sh"
|
- import_playbook: "include/deploy-kvm-guest.yml myhosts=git02.home.foo.sh"
|
||||||
|
|
||||||
- name: configure instance
|
- name: configure instance
|
||||||
hosts: git
|
hosts: git
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- import_playbook: "include/vm-create.yml myhosts=gw"
|
- import_playbook: "include/deploy-kvm-guest.yml myhosts=gw"
|
||||||
|
|
||||||
- name: configure instance
|
- name: configure instance
|
||||||
hosts: gw
|
hosts: gw
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- import_playbook: "include/vm-create.yml myhosts=ldap"
|
- import_playbook: "include/deploy-kvm-guest.yml myhosts=ldap"
|
||||||
|
|
||||||
- name: configure instance
|
- name: configure instance
|
||||||
hosts: ldap
|
hosts: ldap
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- import_playbook: "include/vm-create.yml myhosts=log"
|
- import_playbook: "include/deploy-kvm-guest.yml myhosts=log"
|
||||||
|
|
||||||
- name: configure instance
|
- name: configure instance
|
||||||
hosts: log
|
hosts: log
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- import_playbook: "include/vm-create.yml myhosts=mirror01.home.foo.sh"
|
- import_playbook: "include/deploy-kvm-guest.yml myhosts=mirror01.home.foo.sh"
|
||||||
|
|
||||||
- name: configure instance
|
- name: configure instance
|
||||||
hosts: mirror
|
hosts: mirror
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- import_playbook: "include/vm-create.yml myhosts=ns"
|
- import_playbook: "include/deploy-kvm-guest.yml myhosts=ns"
|
||||||
|
|
||||||
- name: configure instance
|
- name: configure instance
|
||||||
hosts: ns
|
hosts: ns
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- import_playbook: "include/vm-create.yml myhosts=proxy"
|
- import_playbook: "include/deploy-kvm-guest.yml myhosts=proxy"
|
||||||
|
|
||||||
- name: configure instance
|
- name: configure instance
|
||||||
hosts: proxy
|
hosts: proxy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue