a03801effb
This commit adds a playbook and for removing a compute node from an OpenStack-Ansible environment. It also introduces a directory structure for ansible related tools. Change-Id: I806148974fd0f4b05f6e455a4444e7c70ba05f9a Closes-Bug: #1588821 Related: https://review.openstack.org/#/c/340458
25 lines
535 B
INI
25 lines
535 B
INI
[defaults]
|
|
# Additional plugins
|
|
lookup_plugins = /etc/ansible/plugins/lookup
|
|
filter_plugins = /etc/ansible/plugins/filter
|
|
action_plugins = /etc/ansible/plugins/action
|
|
library = /etc/ansible/plugins/library
|
|
|
|
# Fact caching
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = /etc/openstack_deploy/ansible_facts
|
|
fact_caching_timeout = 86400
|
|
|
|
inventory = /opt/openstack-ansible/playbooks/inventory
|
|
host_key_checking = False
|
|
|
|
# Set color options
|
|
nocolor = 0
|
|
|
|
# SSH timeout
|
|
timeout = 120
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|