7f3ece10f8
Removed legacy roles that utilize the baremetal.csv and looping to achieve the desired results which was extremely limiting and the predicessor to the dynamic inventory module and roles which allow greater flexibility. Additionally updated the deploy and enroll yaml files to redirect users to the newer process and updated the README to remove references to the older process. Change-Id: Ia394652686608c012a848c0329195fba9abd45d1
10 lines
260 B
YAML
10 lines
260 B
YAML
---
|
|
- hosts: localhost
|
|
connection: local
|
|
name: "Provide deprecation notice"
|
|
sudo: no
|
|
gather_facts: no
|
|
pre_tasks:
|
|
- name: "Error"
|
|
local_action: fail msg="Legacy roles have been removed. Please use dynamic inventory and enroll-dynamic.yaml"
|