mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-01-26 11:14:04 +00:00
13 lines
199 B
YAML
13 lines
199 B
YAML
---
|
|
- name: Bootstrap a new server
|
|
hosts: all:!localhost
|
|
sudo: yes
|
|
gather_facts: no
|
|
vars_files:
|
|
- vars/users.yml
|
|
roles:
|
|
- base
|
|
- nginx
|
|
tasks:
|
|
- include: tasks/webuser.yml
|