creating first admin and update restrictions for ordinary users
This commit is contained in:
@@ -31,11 +31,6 @@
|
||||
group: root
|
||||
mode: '0600'
|
||||
|
||||
- name: Download nginx
|
||||
shell: wget -O /opt/infra/nginx.yaml "{{ URL for docker-compose nginx }}" #перенести докер в pipeline и выкачать страницы для запуска с созданием loacations в nginx
|
||||
args:
|
||||
creates: /opt/infra/nginx.yaml
|
||||
|
||||
- name: Download node-docker.yaml
|
||||
shell: wget -O /opt/infra/node-docker.yaml "{{ gitea_instance_url }}"
|
||||
args:
|
||||
@@ -43,6 +38,3 @@
|
||||
|
||||
- name: Start node-docker
|
||||
shell: docker-compose -f /opt/infra/node-docker.yaml up -d
|
||||
|
||||
- name: Start nginx
|
||||
shell: docker-compose -f /opt/infra/nginx.yaml up -d
|
||||
|
||||
Reference in New Issue
Block a user