Skip to content

Commit

Permalink
Self run test
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Apr 25, 2024
1 parent 6ea3f48 commit c28329e
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,3 @@ jobs:
run: >
"./dupcheck.sh"
"inventories/host_vars/rui/ads_hosts/NXDOMAIN.yml"
Ansible-rui-dns:
if:

needs:
- Yamllint
- AnsibleLint
- Duplicate_Check
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Prepare environments (ansible-galaxy)
run: |
ansible-galaxy install -r requirements.yml
- name: "ansible-playbook -C --tags dnsmasq rui.yml"
run: |
ansible-playbook \
-i inventories \
-C \
--tags dnsmasq \
--ssh-extra-args='-o StrictHostKeyChecking=no' \
--extra-vars "ansible_sudo_pass=${{ secrets.SUDO }}" \
rui.yml

0 comments on commit c28329e

Please sign in to comment.