redhat-cop / cluster-lifecycle

Sample Repository that shows state management
Creative Commons Attribution Share Alike 4.0 International
4 stars 8 forks source link

Make inventory file happy #3

Closed pabrahamsson closed 6 years ago

pabrahamsson commented 6 years ago

Should fix the following warning:

ansible-playbook -i cakephp-example ../../casl-ansible/playbooks/openshift-cluster-seed.yml --connection=local  
[DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use 'import_tasks' for static inclusions or 'include_tasks' 
for dynamic inclusions. This feature will be removed in a future release. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.
[DEPRECATION WARNING]: include is kept for backwards compatibility but usage is discouraged. The module documentation details page may 
explain more about this rationale.. This feature will be removed in a future release. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.
 [WARNING]: Could not match supplied host pattern, ignoring: seed-hosts

PLAY [seed-hosts[0]] *******************************************************************************************************************
skipping: no hosts matched

PLAY RECAP *****************************************************************************************************************************
etsauer commented 6 years ago

@pabrahamsson thanks!