Add paste to ansible. Ticket 4231. Thanks adimania
This commit is contained in:
parent
c3a5f73b6a
commit
c76f5b8c66
52 changed files with 1799 additions and 0 deletions
|
@ -1,2 +1,14 @@
|
|||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 2048
|
||||
num_cpus: 2
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 80, 443, 8888 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-paste,fi-apprentice
|
||||
# This host doesn't freeze
|
||||
freezes: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue