lets try this and see if ansible likes this better.
This commit is contained in:
parent
a04e4bd839
commit
ac9fe6ca02
2 changed files with 20 additions and 2 deletions
|
@ -1 +1,19 @@
|
|||
---
|
||||
[download-rdu2:vars]
|
||||
datacenter: rdu2
|
||||
# nfs mount options, overrides the all/default
|
||||
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,actime=600"
|
||||
|
||||
[download-phx2:vars]
|
||||
datacenter: phx2
|
||||
# nfs mount options, overrides the all/default
|
||||
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,actime=600"
|
||||
|
||||
[download-ib:vars]
|
||||
datacenter: ibiblio
|
||||
|
||||
[download:vars]
|
||||
tcp_ports: [80, 443, 873]
|
||||
rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
datacenter: phx2
|
||||
datacenter: rdu2
|
||||
tcp_ports: [80, 443, 873]
|
||||
rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"
|
||||
nrpe_procs_warn: 900
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue