Changeset - a4669a111e0f
[Not reviewed]
roles/backup/meta/main.yml
Show inline comments
 
@@ -10,8 +10,7 @@ galaxy_info:
 
  description: Specify what files should be backed-up to the backup server.
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/backup_client/meta/main.yml
Show inline comments
 
@@ -5,8 +5,7 @@ galaxy_info:
 
  description: Sets-up backup client (using duplicity/duply)
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/backup_server/meta/main.yml
Show inline comments
 
@@ -8,8 +8,7 @@ galaxy_info:
 
  description: Sets-up server to act as backup storage for the backup clients, exposing SFTP on dedicated port with dedicated OpenSSH server instance
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/bootstrap/meta/main.yml
Show inline comments
 
@@ -5,8 +5,7 @@ galaxy_info:
 
  description: Performs basic bootstrap of server for use with Ansible
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/common/meta/main.yml
Show inline comments
 
@@ -19,8 +19,7 @@ galaxy_info:
 
  description: Apply common configuration and hardening on server
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/database/meta/main.yml
Show inline comments
 
@@ -15,8 +15,7 @@ galaxy_info:
 
  description: Creates MariaDB database and accompanying user to access it
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/database_server/meta/main.yml
Show inline comments
 
@@ -8,8 +8,7 @@ galaxy_info:
 
  description: Sets-up MariaDB database server
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/ldap_client/meta/main.yml
Show inline comments
 
@@ -5,8 +5,7 @@ galaxy_info:
 
  description: Configures OpenLDAP client (default configuration)
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/ldap_server/meta/main.yml
Show inline comments
 
@@ -14,8 +14,7 @@ galaxy_info:
 
  description: Sets-up an OpenLDAP server
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/mail_forwarder/meta/main.yml
Show inline comments
 
@@ -8,8 +8,7 @@ galaxy_info:
 
  description: Sets-up local SMTP server for sending out mails and receiving mails for local users
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/mail_server/meta/main.yml
Show inline comments
 
@@ -13,8 +13,7 @@ galaxy_info:
 
  description: Sets-up mail server with SMTP and IMAP services, using LDAP as source of allowed destinations (domains, mail addresses)
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/mail_server/molecule/default/molecule.yml
Show inline comments
 
@@ -47,13 +47,13 @@ platforms:
 
      - auto_config: true
 
        ip: 192.168.56.12
 
        network_name: private_network
 
        type: static
 

	
 

	
 
  # Debian 11 Bookworm
 
  # Debian 12 Bookworm
 
  # ==================
 

	
 
  - name: client1-bookworm
 
    groups:
 
      - client
 
      - client-relay-allowed
roles/php_website/meta/main.yml
Show inline comments
 
@@ -11,8 +11,7 @@ galaxy_info:
 
  description: Sets-up a website powered by PHP application
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/preseed/meta/main.yml
Show inline comments
 
@@ -5,8 +5,7 @@ galaxy_info:
 
  description: Generates preseed files for Debian
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/web_server/meta/main.yml
Show inline comments
 
@@ -8,8 +8,7 @@ galaxy_info:
 
  description: Sets-up generic web server
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/wsgi_website/meta/main.yml
Show inline comments
 
@@ -11,8 +11,7 @@ galaxy_info:
 
  description: Sets-up a website powered by WSGI application
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/xmpp_server/meta/main.yml
Show inline comments
 
@@ -13,8 +13,7 @@ galaxy_info:
 
  description: Sets-up a Prosody XMPP server using LDAP directory as source of domain/user information
 
  license: BSD
 
  min_ansible_version: 2.9
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 11
 
        - 12
roles/xmpp_server/molecule/default/molecule.yml
Show inline comments
 
@@ -28,13 +28,13 @@ platforms:
 
      - auto_config: true
 
        ip: 192.168.56.11
 
        network_name: private_network
 
        type: static
 

	
 

	
 
  # Debian 11 Bookworm
 
  # Debian 12 Bookworm
 
  # ==================
 

	
 
  - name: client-bookworm
 
    groups:
 
      - clients
 
      - bookworm
0 comments (0 inline, 0 general)