only batcave01

This commit is contained in:
Kevin Fenzi 2018-11-21 22:33:19 +00:00
parent a985299807
commit acd27cbf83

View file

@ -36,6 +36,7 @@
region: ansible region: ansible
spawn_repospanner_node: false spawn_repospanner_node: false
join_repospanner_node: repospanner01.ansible join_repospanner_node: repospanner01.ansible
when: inventory_hostname.startswith('batcave01)
- { 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('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' } - { role: nfs/client, when: inventory_hostname.startswith('batcave01'), mnt_dir: '/mnt/fedora/app', nfs_src_dir: 'fedora_app/app' }