This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/ansible/provision.yml

10 lines
103 B
YAML
Raw Normal View History

---
- hosts: all
become: true
vars_files:
- ./vars/vars.yml
roles:
- geerlingguy.nginx