Changeset - 14bb6b065c0c
[Not reviewed]
0 6 3
Branko Majic (branko) - 8 years ago 2016-01-20 13:08:41
branko@majic.rs
MAR-47: Updated role dependencies.
9 files changed with 30 insertions and 3 deletions:
0 comments (0 inline, 0 general)
roles/backup_server/meta/main.yml
Show inline comments
 
new file 100644
 
---
 

	
 
dependencies:
 
  - role: common
 
\ No newline at end of file
roles/database_server/meta/main.yml
Show inline comments
 
new file 100644
 
---
 

	
 
dependencies:
 
  - role: common
 
\ No newline at end of file
roles/ldap_server/meta/main.yml
Show inline comments
 
---
 

	
 
dependencies:
 
  - ldap_client
 
  - role: common
 
  - role: ldap_client
 
  - role: backup_client
 
    when: enable_backup
 
    backup_patterns_filename: "ldap_server"
roles/mail_forwarder/meta/main.yml
Show inline comments
 
new file 100644
 
---
 

	
 
dependencies:
 
  - role: common
 
\ No newline at end of file
roles/mail_server/meta/main.yml
Show inline comments
 
---
 

	
 
dependencies:
 
  - role: common
 
  - role: backup_client
 
    when: enable_backup
 
    backup_patterns_filename: "mail_server"
roles/php_website/meta/main.yml
Show inline comments
 
---
 

	
 
allow_duplicates: yes
 
\ No newline at end of file
 
allow_duplicates: yes
 

	
 
dependencies:
 
  - role: common
 
  - role: web_server
 
\ No newline at end of file
roles/web_server/meta/main.yml
Show inline comments
 
---
 

	
 
dependencies:
 
  - role: common
 
\ No newline at end of file
roles/wsgi_website/meta/main.yml
Show inline comments
 
---
 

	
 
allow_duplicates: yes
 
\ No newline at end of file
 
allow_duplicates: yes
 

	
 
dependencies:
 
  - role: common
 
  - role: web_server
 
\ No newline at end of file
roles/xmpp_server/meta/main.yml
Show inline comments
 
---
 

	
 
dependencies:
 
  - role: common
 
  - role: backup_client
 
    when: enable_backup
 
    backup_patterns_filename: "xmpp_server"
0 comments (0 inline, 0 general)