- No longer using web user to copy static content
+ init.yml now creates web user properly
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- hosts: web
|
||||
remote_user: web
|
||||
- hosts: beta
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Push blog content
|
||||
copy:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- hosts: web
|
||||
remote_user: web
|
||||
- hosts: beta
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Push docs content
|
||||
copy:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- hosts: web
|
||||
remote_user: web
|
||||
- hosts: beta
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Fetch variables from role specific vars file
|
||||
include_vars:
|
||||
@@ -9,4 +9,4 @@
|
||||
copy:
|
||||
src: "{{QRCODES_LOCAL_PUBLIC}}/public/"
|
||||
dest: /var/www/qrcodes.leftcoast.space
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- hosts: web
|
||||
remote_user: web
|
||||
- hosts: beta
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Fetch variables from role specific vars file
|
||||
include_vars:
|
||||
|
||||
Reference in New Issue
Block a user