networks: ens19: type: private address: 192.168.100.21 netmask: 255.255.255.0 gateway: 192.168.100.1 ens18: address: 128.93.166.16 netmask: 26 gateway: 128.93.166.62 swh::deploy::worker::lister::concurrency: 1 swh::deploy::worker::lister::config: storage: "%{alias('swh::remote_service::storage::config::writable')}" scheduler: "%{alias('swh::remote_service::scheduler::config::writable')}" lister: "%{alias('swh::deploy::lister::db::local')}" celery: task_broker: "%{alias('swh::deploy::worker::task_broker')}" task_queues: - swh.lister.github.tasks.RangeGitHubLister - swh.lister.github.tasks.FullGitHubRelister credentials: "%{alias('swh::deploy::worker::lister::config::credentials')}"