Changeset - 5ee6fc8d3513
roles/backup/molecule/default/molecule.yml
Show inline comments
 
@@ -32,20 +32,21 @@ platforms:
 
    box: debian/bookworm64
 
    memory: 256
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 

	
 
provisioner:
 
  name: ansible
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/backup_client/molecule/default/molecule.yml
Show inline comments
 
@@ -52,20 +52,21 @@ platforms:
 
    interfaces:
 
      - auto_config: true
 
        ip: 192.168.56.21
 
        network_name: private_network
 
        type: static
 

	
 
provisioner:
 
  name: ansible
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/backup_server/molecule/default/molecule.yml
Show inline comments
 
@@ -36,20 +36,21 @@ platforms:
 
    interfaces:
 
      - auto_config: true
 
        ip: 192.168.56.32
 
        network_name: private_network
 
        type: static
 

	
 
provisioner:
 
  name: ansible
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/bootstrap/molecule/default/molecule.yml
Show inline comments
 
@@ -26,20 +26,21 @@ platforms:
 
    box: debian/bookworm64
 
    memory: 256
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 

	
 
provisioner:
 
  name: ansible
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/common/molecule/default/molecule.yml
Show inline comments
 
@@ -104,20 +104,21 @@ platforms:
 
        network_name: private_network
 
        netmask: 116
 
        type: static
 

	
 
provisioner:
 
  name: ansible
 
  playbooks:
 
    cleanup: cleanup.yml
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/database/molecule/default/molecule.yml
Show inline comments
 
@@ -27,20 +27,21 @@ platforms:
 
    box: debian/bookworm64
 
    memory: 512
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 

	
 
provisioner:
 
  name: ansible
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/database_server/molecule/default/molecule.yml
Show inline comments
 
@@ -17,20 +17,21 @@ platforms:
 
    box: debian/bookworm64
 
    memory: 512
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 

	
 
provisioner:
 
  name: ansible
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/ldap_client/molecule/default/molecule.yml
Show inline comments
 
@@ -26,20 +26,21 @@ platforms:
 
    box: debian/bookworm64
 
    memory: 384
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 

	
 
provisioner:
 
  name: ansible
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/ldap_server/molecule/default/molecule.yml
Show inline comments
 
@@ -51,20 +51,21 @@ platforms:
 
        ip: 192.168.56.22
 
        network_name: private_network
 
        type: static
 

	
 
provisioner:
 
  name: ansible
 
  playbooks:
 
    cleanup: cleanup.yml
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/mail_forwarder/molecule/default/molecule.yml
Show inline comments
 
@@ -90,20 +90,21 @@ platforms:
 
        ip: 192.168.56.23
 
        network_name: private_network
 
        type: static
 

	
 
provisioner:
 
  name: ansible
 
  playbooks:
 
    cleanup: cleanup.yml
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/mail_server/molecule/default/molecule.yml
Show inline comments
 
@@ -114,20 +114,21 @@ platforms:
 
        network_name: private_network
 
        type: static
 

	
 

	
 
provisioner:
 
  name: ansible
 
  playbooks:
 
    cleanup: cleanup.yml
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/php_website/molecule/default/molecule.yml
Show inline comments
 
@@ -20,20 +20,21 @@ platforms:
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 

	
 
provisioner:
 
  name: ansible
 
  playbooks:
 
    cleanup: cleanup.yml
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/preseed/molecule/default/molecule.yml
Show inline comments
 
@@ -35,20 +35,21 @@ platforms:
 
    box: debian/bookworm64
 
    memory: 256
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 

	
 
provisioner:
 
  name: ansible
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/web_server/molecule/default/molecule.yml
Show inline comments
 
@@ -52,20 +52,21 @@ platforms:
 
        ip: 192.168.56.22
 
        network_name: private_network
 
        type: static
 

	
 
provisioner:
 
  name: ansible
 
  playbooks:
 
    cleanup: cleanup.yml
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/wsgi_website/molecule/default/molecule.yml
Show inline comments
 
@@ -21,20 +21,21 @@ platforms:
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 

	
 
provisioner:
 
  name: ansible
 
  playbooks:
 
    cleanup: cleanup.yml
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
roles/xmpp_server/molecule/default/molecule.yml
Show inline comments
 
@@ -76,20 +76,21 @@ platforms:
 
        network_name: private_network
 
        type: static
 

	
 

	
 
provisioner:
 
  name: ansible
 
  playbooks:
 
    cleanup: cleanup.yml
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
      force_handlers: "True"
 
    ssh_connection:
 
      pipelining: "True"
 

	
 
scenario:
 
  name: default
 

	
 
verifier:
 
  name: testinfra
0 comments (0 inline, 0 general)