구성 관리 도구를 사용하면 고객 호스팅 Looker 인스턴스의 간소화된 배포를 제공할 수 있습니다.
Looker 배포를 위한 Ansible 역할 예
Looker는 Looker GitHub 저장소에서 Ansible 역할 예를 제공합니다. 이 예는 Looker가 EC2 인스턴스에 Looker 애플리케이션을 배포하기 위해 내부적으로 사용하는 역할을 기반으로 합니다. 예로 제공되며 Looker 지원팀에서 지원하지 않습니다.
이 Ansible 역할에 대한 참고사항
포함된 init 스크립트는 Ubuntu용으로 작성되었으므로 다른 Linux 배포판에서 수정해야 할 수 있습니다.
이 스크립트는 권장 구성인 그룹 Looker의 사용자 Looker가 Looker를 실행한다고 가정합니다. 이를 변경하려면 defaults/main.yml 및 files/looker_init을 수정합니다.
templates/looker.j2는 defaults.main.yml의 배열을 사용하여 EC2 인스턴스 유형에 따라 메모리를 설정합니다. 이를 변경해야 할 수 있습니다. 기본값은 2800m입니다.
templates/looker.j2는 원하는 경우 Looker의 JMX 모니터링에 사용할 인수를 보여줍니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-31(UTC)"],[],[],null,["# Configuration management tools can provide simplified deployment of a customer-hosted Looker instance.\n\nExample Ansible role for Looker deployment\n------------------------------------------\n\nLooker provides an example Ansible role on our [Looker GitHub repository](https://github.com/looker/customer-scripts). This example is based on roles that Looker uses internally to deploy the Looker application to EC2 instances. It is provided as an example and is not supported by Looker Support.\n\n### Notes about this Ansible role\n\n- The included `init` script is written for Ubuntu, so it might need to be modified for other Linux distributions.\n\n- The scripts assume that Looker is being run by user **looker** in group **looker** , which is the recommended configuration. Modify `defaults/main.yml` and `files/looker_init` if you want to change this.\n\n- `templates/looker.j2` sets the memory based on the EC2 instance type, using an array in `defaults.main.yml`. You will likely need to change this. The default is `2800m`.\n\n- `templates/looker.j2` shows the arguments to use for JMX monitoring of Looker if desired."]]