Cleaning up comments in virtual enrollment file
File formatting was shuffled due to efforts to correct syntax interpretation issues with Ansible, correcting to make the look consistent across the files.
This commit is contained in:
parent
fc6f55e9f5
commit
61445fce51
@ -12,6 +12,9 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
---
|
||||||
|
- name: "Enroll Virtual Machines"
|
||||||
|
os_ironic:
|
||||||
# The variable definitions below seem far from ideal, however there
|
# The variable definitions below seem far from ideal, however there
|
||||||
# seems to be no better way to handle CSV files for looping at this time.
|
# seems to be no better way to handle CSV files for looping at this time.
|
||||||
#
|
#
|
||||||
@ -25,9 +28,6 @@
|
|||||||
# cpu_cores: "{{item.split(',')[5]}}"
|
# cpu_cores: "{{item.split(',')[5]}}"
|
||||||
# memory_MB: "{{item.split(',')[6]}}"
|
# memory_MB: "{{item.split(',')[6]}}"
|
||||||
# disk_MB: "{{item.split(',')[7]}}"
|
# disk_MB: "{{item.split(',')[7]}}"
|
||||||
---
|
|
||||||
- name: "Enroll Virtual Machines"
|
|
||||||
os_ironic:
|
|
||||||
auth_plugin: None
|
auth_plugin: None
|
||||||
auth: None
|
auth: None
|
||||||
ironic_url: "{{ ironic_url }}"
|
ironic_url: "{{ ironic_url }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user