image: python:3.12 stages: - deploy variables: ANSIBLE_HOST_KEY_CHECKING: "False" before_script: - pip install --no-cache-dir ansible paramiko - ansible --version deploy_interfaces: stage: deploy script: - ansible-playbook -i inventory.yml manage_interfaces.yml