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