more ip => host fixes
This commit is contained in:
parent
10ca8ea2c6
commit
292d9f0780
@ -1,4 +1,4 @@
|
||||
- hosts: [{{ ip }}]
|
||||
- hosts: [{{ host }}]
|
||||
sudo: yes
|
||||
vars:
|
||||
ip: {{ip}}
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: [{{ ip }}]
|
||||
- hosts: [{{ host }}]
|
||||
sudo: yes
|
||||
tasks:
|
||||
- name: keystone service and endpoint
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: [ {{ ip }} ]
|
||||
- hosts: [ {{ host }} ]
|
||||
sudo: yes
|
||||
tasks:
|
||||
- file: path=/root/openrc state=absent
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: [{{ ip }}]
|
||||
- hosts: [{{ host }}]
|
||||
sudo: yes
|
||||
vars:
|
||||
tenant: {{tenant}}
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: [{{ ip }}]
|
||||
- hosts: [{{ host }}]
|
||||
sudo: yes
|
||||
tasks:
|
||||
- name: remove VG
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: [{{ ip }}]
|
||||
- hosts: [{{ host }}]
|
||||
sudo: yes
|
||||
tasks:
|
||||
- name: install dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user