diff --git a/roles/planet/tasks/main.yml b/roles/planet/tasks/main.yml index c00b0fbda7..e48d4a7db1 100644 --- a/roles/planet/tasks/main.yml +++ b/roles/planet/tasks/main.yml @@ -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: