2c7f255f58
Update bindep.txt to use python3-dnf for fedora. Change-Id: Ie8cb9df95f6cbc164b3d8abde8f9e6468269138b Signed-off-by: Paul Belanger <pabelanger@redhat.com>
39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
# Copyright 2016 Red Hat, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
# License for the specific language governing permissions and limitations
|
|
# under the License.
|
|
---
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
# windmill.virtualenv
|
|
virtualenv_install_method: package
|
|
|
|
# windmill-config
|
|
# TODO(pabelanger): Create windmill-config project on git.o.o.
|
|
windmill_config_git_dest: ~/.config/windmill
|
|
|
|
windmill_users:
|
|
windmill:
|
|
comment: Windmill (deployer)
|
|
key: # NOTE(pabelanger): Insert public SSH key
|
|
gid: 2000
|
|
uid: 2000
|
|
|
|
windmill_root_users:
|
|
- windmill
|
|
|
|
# NOTE(pabelanger): We are only adding 19885/tcp here so we can stream ansible
|
|
# logs for testing. In production, you should remove this!
|
|
iptables_public_tcp_ports:
|
|
- 22
|
|
- 19885
|