Add link to production
This commit is contained in:
parent
73c8e181b3
commit
a70513f77a
1 changed files with 9 additions and 1 deletions
|
@ -115,4 +115,12 @@
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Deploy environment
|
- name: Deploy environment
|
||||||
shell: r10k deploy environment -p --config /etc/puppetlabs/r10k/r10k.yaml
|
shell: r10k deploy environment -p --config /etc/puppetlabs/r10k/r10k.yaml
|
||||||
|
args:
|
||||||
|
creates: /etc/puppetlabs/code/environments/master/README.md
|
||||||
|
|
||||||
|
- name: Link master with production environment
|
||||||
|
file:
|
||||||
|
path: /etc/puppetlabs/code/environments/production
|
||||||
|
target: /etc/puppetlabs/code/environments/master
|
||||||
|
state: link
|
Loading…
Reference in a new issue