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
 
@@ -18,15 +18,16 @@ os_users:
 

	
 
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"
0 comments (0 inline, 0 general)