Changeset - 21122b16bd6b
[Not reviewed]
0 1 0
Branko Majic (branko) - 9 years ago 2015-05-07 23:03:49
branko@majic.rs
MAR-5: Updated test site, reducing the UID/GID number for some sample groups, and adding unzip to list of common packages.
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
testsite/group_vars/all.yml
Show inline comments
 
@@ -15,21 +15,22 @@ os_users:
 
    additional_groups: "office,developer"
 
    authorized_keys: []
 
    password: '$6$cJnUatae7cMz23fl$O3HE2TslnEaKaTDSZnvuDDrfqILAiuMV1wOPGVnkUQFxUu3gIWZOyO7AI1OWYkqeQMVBiezpSqYNiQy6NF6bi0'
 

	
 
os_groups:
 
  - name: office
 
    gid: 2000
 
    gid: 1500
 
  - name: developer
 
    gid: 2001
 
    gid: 1501
 

	
 
common_packages:
 
  - emacs24-nox
 
  - screen
 
  - debconf-utils
 
  - colordiff
 
  - unzip
 

	
 
ca_certificates:
 
  - "{{ inventory_dir }}/tls/example_ca_chain.pem"
 

	
 
incoming_connection_limit: 2/second
 

	
0 comments (0 inline, 0 general)