fix lints

This commit is contained in:
nazunalika 2021-08-30 17:21:56 -07:00
parent 65a83babc9
commit 8780f712a6
Signed by: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 23 additions and 23 deletions

View File

@ -40,28 +40,28 @@ openqa_max_vnc_port: "{{ 5990 + openqa_worker_count|int }}"
# Packages to install # Packages to install
openqa_packages: openqa_packages:
- git - git
- vim-enhanced - vim-enhanced
- openqa - openqa
- openqa-httpd - openqa-httpd
- openqa-worker - openqa-worker
- fedora-messaging - fedora-messaging
- guestfs-tools - guestfs-tools
- libguestfs-xfs - libguestfs-xfs
- python3-fedfind - python3-fedfind
- python3-libguestfs - python3-libguestfs
- libvirt-daemon-config-network - libvirt-daemon-config-network
- virt-install - virt-install
- withlock - withlock
- postgresql-server - postgresql-server
- perl-REST-Client - perl-REST-Client
# Services to start and enable # Services to start and enable
openqa_services: openqa_services:
- sshd - sshd
- httpd - httpd
- openqa-gru - openqa-gru
- openqa-scheduler - openqa-scheduler
- openqa-websockets - openqa-websockets
- openqa-webui - openqa-webui
- fm-consumer@fedora_openqa_scheduler - fm-consumer@fedora_openqa_scheduler

View File

@ -6,7 +6,7 @@ rabbitmq_tls_key: "/etc/pki/tls/private/{{ ansible_fqdn }}.key"
# These should be in a vault, with a different value. Generated by: # These should be in a vault, with a different value. Generated by:
# dd if=/dev/urandom bs=30 count=1 | base64 # dd if=/dev/urandom bs=30 count=1 | base64
#rabbitmq_cookie: ... # rabbitmq_cookie: ...
# Admin passwords - these should be in a vault # Admin passwords - these should be in a vault
# rabbitmq_admin_password: ... # rabbitmq_admin_password: ...