Install all the base_config for each subplanet.

This commit is contained in:
Kevin Fenzi 2015-06-17 15:11:52 +00:00
parent 45f12d3682
commit fc7b4ab7e0

View file

@ -98,6 +98,11 @@
tags:
- planet_server
- name: copy the planet base_config (design)
copy: src=sub-planets/design/base_config dest=/etc/planet/design/base_config mode=0644 owner=root group=root
tags:
- planet_server
- name: copy templates (design)
copy: src=sub-planets/design/{{ item }} dest=/srv/planet/config/design/{{ item }}
with_items:
@ -134,6 +139,11 @@
tags:
- planet_server
- name: copy the planet base_config (desktop)
copy: src=sub-planets/desktop/base_config dest=/etc/planet/desktop/base_config mode=0644 owner=root group=root
tags:
- planet_server
- name: copy templates (desktop)
copy: src=sub-planets/desktop/{{ item }} dest=/srv/planet/config/desktop/{{ item }}
with_items:
@ -171,6 +181,11 @@
tags:
- planet_server
- name: copy the planet base_config (edited)
copy: src=sub-planets/edited/base_config dest=/etc/planet/edited/base_config mode=0644 owner=root group=root
tags:
- planet_server
- name: copy templates (edited)
copy: src=sub-planets/edited/{{ item }} dest=/srv/planet/config/edited/{{ item }}
with_items:
@ -235,6 +250,11 @@
tags:
- planet_server
- name: copy the planet base_config (securty)
copy: src=sub-planets/securty/base_config dest=/etc/planet/securty/base_config mode=0644 owner=root group=root
tags:
- planet_server
- name: copy templates (security)
copy: src=sub-planets/security/{{ item }} dest=/srv/planet/config/security/{{ item }}
with_items:
@ -272,6 +292,11 @@
tags:
- planet_server
- name: copy the planet base_config (summer-coding)
copy: src=sub-planets/summer-coding/base_config dest=/etc/planet/summer-coding/base_config mode=0644 owner=root group=root
tags:
- planet_server
- name: copy templates (summer-coding)
copy: src=sub-planets/summer-coding/{{ item }} dest=/srv/planet/config/summer-coding/{{ item }}
with_items: