system-config/playbooks/roles
Monty Taylor 57ee42601a
Replace with_first_found with lookup first_found
The with_ directives are discouraged now in place of use of loop: and/or
lookup filters. In the case of with_first_found, it confuses people
because with_ directives are usually a loop, but in this case it's
the task is always executed once. Using the first_found filter makes it
clearer that this is occuring.

While we're in there, remove uses of 'static: no'. Since 2.0 includes
are dynamic by default, so these are not necessary.

Change-Id: Ie429d7614b2f3322a646f46a8117d4b6ae29f737
2018-08-03 09:05:13 -05:00
..
allow_all_traffic_default_secgroup/tasks Create role and playbook to set default secgroup in infracloud 2016-02-24 20:36:58 +01:00
base-repos Add base playbooks and roles to bootstrap a new server 2018-08-01 14:57:44 -07:00
base-server Replace with_first_found with lookup first_found 2018-08-03 09:05:13 -05:00
exim Replace with_first_found with lookup first_found 2018-08-03 09:05:13 -05:00
install-ansible Fix some little ansible issues 2018-08-03 09:05:13 -05:00
pip3/tasks Add pip and virtualenv to bridge.openstack.org 2018-08-03 08:35:01 -05:00
set-hostname Add base playbooks and roles to bootstrap a new server 2018-08-01 14:57:44 -07:00
users Add sudoers file and groups 2018-08-03 08:34:58 -05:00