Specific hostname for testing
Current tests are using localhost, which is fine but may not be real world. Change-Id: I356dd7d8b67a14bd6e87ff973fec836e52b3719b Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
f8c83b0998
commit
575c8b6682
@ -1,2 +1,2 @@
|
||||
[all]
|
||||
localhost
|
||||
[test]
|
||||
test01 ansible_host=localhost
|
||||
|
@ -12,7 +12,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
---
|
||||
- hosts: localhost
|
||||
- hosts: test
|
||||
become: yes
|
||||
vars:
|
||||
rolename: "{{ lookup('pipe', 'pwd') | dirname | basename }}"
|
||||
|
Loading…
Reference in New Issue
Block a user