You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
ansible-site/group_vars/webservers.yml

9 lines
243 B

webserver_static_sites:
- name: nickforrer.com
root: /var/www/nickforrer.com
enabled: true
static: true
repository: https://git.nickforrer.com/nforrer/site.git
- name: git.nickforrer.com
enabled: true
static: false