macos: add bootstrap role, add hostname fix
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c56a7cee04
commit
f59c8d8f43
|
@ -11,7 +11,6 @@
|
||||||
|
|
||||||
- name: Bootstrap macOS hosts
|
- name: Bootstrap macOS hosts
|
||||||
become: true
|
become: true
|
||||||
remote_user: administrator
|
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- infra-role-bootstrap-macos
|
- infra-role-bootstrap-macos
|
||||||
|
|
|
@ -85,7 +85,6 @@
|
||||||
|
|
||||||
- name: Deploy prater macOS beacon nodes
|
- name: Deploy prater macOS beacon nodes
|
||||||
become: true
|
become: true
|
||||||
remote_user: administrator
|
|
||||||
hosts: nimbus-prater-macos
|
hosts: nimbus-prater-macos
|
||||||
tasks:
|
tasks:
|
||||||
- include_role: name=infra-role-beacon-node-macos
|
- include_role: name=infra-role-beacon-node-macos
|
||||||
|
|
|
@ -24,6 +24,11 @@
|
||||||
version: bc80d3a8d39d5133ca8ae5c9fc22b8d2d52d7a68
|
version: bc80d3a8d39d5133ca8ae5c9fc22b8d2d52d7a68
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
|
- name: infra-role-bootstrap-macos
|
||||||
|
src: git@github.com:status-im/infra-role-bootstrap-macos.git
|
||||||
|
version: a9eb569115a42e4a2d408e7424aa10dcb9eb30a4
|
||||||
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-wireguard
|
- name: infra-role-wireguard
|
||||||
src: git@github.com:status-im/infra-role-wireguard.git
|
src: git@github.com:status-im/infra-role-wireguard.git
|
||||||
version: db787311e9ee59c60ab6f4eaf3dea064b7017ba0
|
version: db787311e9ee59c60ab6f4eaf3dea064b7017ba0
|
||||||
|
|
Loading…
Reference in New Issue