mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 05:01:27 +00:00
fix lints
This commit is contained in:
parent
65a83babc9
commit
8780f712a6
@ -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
|
||||||
|
@ -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: ...
|
||||||
|
Loading…
Reference in New Issue
Block a user