Install planetconfigbuilder.py script as well on people
This commit is contained in:
parent
f7d7e465cd
commit
70953f39be
1 changed files with 6 additions and 1 deletions
|
@ -34,11 +34,16 @@
|
||||||
# tags:
|
# tags:
|
||||||
# - planet_server
|
# - planet_server
|
||||||
|
|
||||||
- name: copy the run planet-config script
|
- name: copy the run planet-config script into /usr/local/bin
|
||||||
copy: src=pull-run-planet-config.sh dest=/usr/local/bin/pull-run-planet-config.sh
|
copy: src=pull-run-planet-config.sh dest=/usr/local/bin/pull-run-planet-config.sh
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
|
||||||
|
- name: copy the planetconfigbuilder.py script into /usr/local/bin
|
||||||
|
copy: src=planetconfigbuilder.py dest=/usr/local/bin/planetconfigbuilder.py
|
||||||
|
tags:
|
||||||
|
- planet_server
|
||||||
|
|
||||||
- name: create planet directory
|
- name: create planet directory
|
||||||
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
|
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue