Skip to content

Commit

Permalink
Change remote-user role to connection role: tests host key, user
Browse files Browse the repository at this point in the history
  • Loading branch information
fullyint committed Feb 15, 2017
1 parent 23077c2 commit 40694a9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
vars:
dynamic_user: false
roles:
- { role: remote-user, tags: [remote-user, always] }
- { role: connection, tags: [connection, always] }

- name: Deploy WP site
hosts: web:&{{ env }}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion rollback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
vars:
dynamic_user: false
roles:
- { role: remote-user, tags: [remote-user, always] }
- { role: connection, tags: [connection, always] }

- name: Rollback a Deploy
hosts: web:&{{ env }}
Expand Down
2 changes: 1 addition & 1 deletion server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
hosts: web:&{{ env }}
gather_facts: false
roles:
- { role: remote-user, tags: [remote-user, always] }
- { role: connection, tags: [connection, always] }

- name: Install prerequisites
hosts: web:&{{ env }}
Expand Down
2 changes: 1 addition & 1 deletion xdebug-tunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
hosts: "{{ xdebug_tunnel_inventory_host }}"
gather_facts: false
roles:
- { role: remote-user, tags: [remote-user, always] }
- { role: connection, tags: [connection, always] }

- name: Enable or Disable Xdebug and SSH Tunnel
hosts: "{{ xdebug_tunnel_inventory_host }}"
Expand Down

0 comments on commit 40694a9

Please sign in to comment.