Skip to content

Remove usage of port 443 from LAN side of the connection #12

Remove usage of port 443 from LAN side of the connection

Remove usage of port 443 from LAN side of the connection #12

Workflow file for this run

name: Ansible
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install ansible
run: |
sudo apt install software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible
# Check syntax for all ansible playbooks
- name: Validate all playbooks
run: ansible-playbook ansible/*.yml --syntax-check