Changeset - d8e69dac1c5a
[Not reviewed]
0 3 0
Branko Majic (branko) - 9 years ago 2015-03-08 11:22:51
branko@majic.rs
MAR-3: Adding dedicated XMPP server to test site.
3 files changed with 17 insertions and 1 deletions:
0 comments (0 inline, 0 general)
testsite/group_vars/preseed.yml
Show inline comments
 
@@ -4,6 +4,18 @@ preseed_directory: ../preseed_files
 

	
 
preseed_servers:
 
  - name: ldap.example.com
 
    language: en
 
    country: SE
 
    locale: en_US.UTF-8
 
    keymap: us
 
    network_interface: eth0
 
    network_auto: yes
 
    mirror_hostname: ftp.se.debian.org
 
    mirror_directory: /debian
 
    mirror_proxy: ""
 
    root_password: root
 
    timezone: Europe/Stockholm
 
  - name: xmpp.example.com
 
    language: en
 
    country: SE
 
    locale: en_US.UTF-8
testsite/hosts
Show inline comments
 
@@ -3,3 +3,6 @@ localhost ansible_connection=local
 

	
 
[ldap]
 
ldap.example.com
 

	
 
[xmpp]
 
xmpp.example.com
 
\ No newline at end of file
testsite/playbooks/site.yml
Show inline comments
 
---
 

	
 
- include: preseed.yml
 
- include: ldap.yml
 
\ No newline at end of file
 
- include: ldap.yml
 
- include: xmpp.yml
 
\ No newline at end of file
0 comments (0 inline, 0 general)