feat(ci): decom molecule for unbound role
This commit is contained in:
parent
bcb1398a21
commit
424de33046
4 changed files with 0 additions and 74 deletions
|
|
@ -6,7 +6,6 @@ stages:
|
|||
# deployment
|
||||
- "gitleaks"
|
||||
- "linting"
|
||||
- "testing"
|
||||
- "deployment"
|
||||
|
||||
|
||||
|
|
@ -21,6 +20,3 @@ include:
|
|||
- component: "$CI_SERVER_FQDN/components/ansible/linting@v3.0.3"
|
||||
- component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
|
||||
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"
|
||||
|
||||
# testing
|
||||
- component: "$CI_SERVER_FQDN/components/ansible/testing@v3.0.3"
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
|
||||
- name: "converge"
|
||||
hosts: "all"
|
||||
become: true
|
||||
gather_facts: true
|
||||
roles:
|
||||
- role: "siempie.dns"
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
---
|
||||
|
||||
dependency:
|
||||
name: "galaxy"
|
||||
|
||||
driver:
|
||||
name: "docker"
|
||||
|
||||
platforms:
|
||||
|
||||
# debian 12
|
||||
- name: "debian-12"
|
||||
image: "geerlingguy/docker-debian12-ansible:latest"
|
||||
pre_build_image: true
|
||||
privileged: true
|
||||
volumes:
|
||||
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
|
||||
command: "/lib/systemd/systemd"
|
||||
|
||||
# ubuntu 22
|
||||
- name: "ubuntu-22"
|
||||
image: "geerlingguy/docker-ubuntu2204-ansible:latest"
|
||||
pre_build_image: true
|
||||
privileged: true
|
||||
volumes:
|
||||
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
|
||||
command: "/lib/systemd/systemd"
|
||||
|
||||
# ubuntu 24
|
||||
- name: "ubuntu-24"
|
||||
image: "geerlingguy/docker-ubuntu2404-ansible:latest"
|
||||
pre_build_image: true
|
||||
privileged: true
|
||||
volumes:
|
||||
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
|
||||
command: "/lib/systemd/systemd"
|
||||
|
||||
provisioner:
|
||||
name: "ansible"
|
||||
|
||||
verifier:
|
||||
name: "ansible"
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
|
||||
# verify
|
||||
- name: "verify"
|
||||
hosts: "all"
|
||||
become: true
|
||||
gather_facts: true
|
||||
tasks:
|
||||
|
||||
# check if unbound is installed
|
||||
- name: "check package"
|
||||
ansible.builtin.package:
|
||||
name: "unbound"
|
||||
state: "present"
|
||||
|
||||
# check if unbound is started
|
||||
- name: "check service"
|
||||
ansible.builtin.service:
|
||||
name: "unbound"
|
||||
state: "started"
|
||||
Loading…
Add table
Add a link
Reference in a new issue