Changeset - 64e43cff4f29
[Not reviewed]
0 2 0
Branko Majic (branko) - 5 years ago 2021-01-12 05:39:15
branko@majic.rs
MAR-160: Fix linting errors.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roles/common/defaults/main.yml
Show inline comments
 
@@ -18,25 +18,25 @@ pip_check_requirements:
 
  - pip==20.2.4
 
  - setuptools==44.1.1
 
  - six==1.15.0
 
  - wheel==0.35.1
 
pip_check_requirements_py3:
 
  - click==7.1.2
 
  - pip-tools==5.3.1
 
  - pip==20.2.4
 
  - setuptools==50.3.2
 
  - six==1.15.0
 
  - wheel==0.35.1
 
ntp_servers: []
 
maintenance: False
 
maintenance: false
 
maintenance_allowed_hosts: []
 

	
 
# Internal use only.
 
prompt_colour_mapping:
 
  black: "0;30"
 
  red: "0;31"
 
  green: "0;32"
 
  brown: "0;33"
 
  blue: "0;34"
 
  purple: "0;35"
 
  cyan: "0;36"
 
  light_gray: "0;37"
roles/common/molecule/default/group_vars/parameters-optional.yml
Show inline comments
 
@@ -42,23 +42,23 @@ extra_backup_patterns:
 
incoming_connection_limit: 5/second
 
incoming_connection_limit_burst: 5
 
pipreqcheck_uid: 2500
 
pipreqcheck_gid: 2500
 
prompt_colour: cyan
 
prompt_id: test
 
# Purposefully set this to 3 servers to make sure we are
 
# overriding the default configuration.
 
ntp_servers:
 
  - "0.debian.pool.ntp.org"
 
  - "1.debian.pool.ntp.org"
 
  - "2.debian.pool.ntp.org"
 
maintenance: True
 
maintenance: true
 
maintenance_allowed_hosts:
 
  - client1
 

	
 
# From backup_client role meta dependency.
 
backup_encryption_key: "{{ lookup('file', 'tests/data/gnupg/backup_encryption_key') }}"
 
backup_server: backup-server
 
backup_server_host_ssh_public_keys:
 
  - bougs-backup-server-key-1
 
  - bougs-backup-server-key-2
 
backup_ssh_key: "bogus-backup-client-key"
0 comments (0 inline, 0 general)