missing quote

This commit is contained in:
Kevin Fenzi 2018-11-21 22:36:53 +00:00
parent bd438ca6af
commit 30cce76d08

View file

@ -31,7 +31,7 @@
SSLCertificateChainFile: "{{wildcard_int_file}}"
- openvpn/client
- batcave
- { role: repospanner/server, when: inventory_hostname.startswith('batcave01), node: batcave01, region: ansible, spawn_repospanner_node: false, join_repospanner_node: repospanner01.ansible }
- { role: repospanner/server, when: inventory_hostname.startswith('batcave01'), node: batcave01, region: ansible, spawn_repospanner_node: false, join_repospanner_node: repospanner01.ansible }
- { role: nfs/client, when: inventory_hostname.startswith('batcave'), mnt_dir: '/srv/web/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' }
- { role: nfs/client, when: inventory_hostname.startswith('batcave01'), mnt_dir: '/mnt/fedora/app', nfs_src_dir: 'fedora_app/app' }