Skip to content

os-cloud/openstack-ansible-TEMPLATE

Repository files navigation

TEMPLATE role

tags

openstack, cloud, ansible, TEMPLATE

category

*nix

TEMPLATE Role

- name: TEMPLATE role
  hosts: "hosts"
  user: root
  roles:
    - { role: "TEMPLATE" }

Note. The template role has the template name within it. Please change the name throughout the code base.

find . -type f -exec sed -i 's/TEMPLATE/CHANGE_ME_PLEASE/g' {} \;