1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Delete adm-run-roles-tmp.yml

This commit is contained in:
A Holt 2023-04-24 13:48:24 -04:00 committed by GitHub
parent a17103f14f
commit bfbb4f06f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +0,0 @@
---
- hosts: all
become: yes
vars_files:
- vars/default_vars.yml
- vars/{{ ansible_local.local_facts.os_ver }}.yml
- /etc/iiab/local_vars.yml
- /etc/iiab/iiab_state.yml
roles:
- { role: 0-init }
- { role: captiveportal }
- { role: lokole }
- { role: network }