Role os_nova for OpenStack-Ansible
Go to file
Travis Truman 2701d29caf Address Ansible bare variable usage
When executing the role with Ansible 2.1, the following
deprecation warning is issued in the output for some tasks.

[DEPRECATION WARNING]: Using bare variables is deprecated.

This patch addresses the tasks to fix the behaviour appropriately.

Change-Id: I7ef4e446d6fc509420d5b297378f4fa91a519fc8
2016-06-15 11:13:57 -04:00
defaults Implement Xenial Support 2016-06-14 15:38:16 +00:00
doc Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
files Update paste, policy and rootwrap configurations 2016-04-03 2016-04-03 12:00:48 +01:00
handlers Address Ansible bare variable usage 2016-06-15 11:13:57 -04:00
meta Remove pip_lock_down dependency 2016-06-07 23:43:13 -05:00
releasenotes Implement Xenial Support 2016-06-14 15:38:16 +00:00
tasks Address Ansible bare variable usage 2016-06-15 11:13:57 -04:00
templates Implement Xenial Support 2016-06-14 15:38:16 +00:00
tests Implement Xenial Support 2016-06-14 15:38:16 +00:00
vars Implement Xenial Support 2016-06-14 15:38:16 +00:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:21:06 +01:00
.gitreview Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
CONTRIBUTING.rst Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
LICENSE Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-04 08:35:14 +00:00
README.rst Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-04 08:35:14 +00:00
setup.cfg Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
setup.py Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
test-requirements.txt blacklist Ansible 1.9.6 2016-04-16 08:43:09 -05:00
tox.ini Add wget to whitelist_externals for tox 2016-05-26 12:06:11 +01:00

os_nova role

tags

openstack, cloud, ansible, os_nova

category

*nix

os_nova Role

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