forked from CCCHH/ansible-infra
Use the .yaml file extension for all YAML files
This commit is contained in:
parent
9d0697f0d0
commit
1bcb77961b
60 changed files with 1 additions and 1 deletions
8
playbooks/deploy_light.yaml
Normal file
8
playbooks/deploy_light.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: Deploy ola and foobazdmx on light.z9
|
||||
become: true
|
||||
hosts: light
|
||||
roles:
|
||||
- ola
|
||||
- foobazdmx
|
||||
- nginx
|
||||
Loading…
Add table
Add a link
Reference in a new issue