| --- |
| - name: Update planet cache |
| import_playbook: apigee-planet-cache.yml |
| vars: |
| target_hosts: edge,influxdb,grafana |
| |
| - name: Install and configure OS pre-requisites |
| import_playbook: apigee-os-pre-requisites.yml |
| tags: ['os'] |
| vars: |
| target_hosts: influxdb,grafana |
| |
| - name: Install and configure Pip pre-requisites |
| import_playbook: apigee-os-pre-requisites-pip.yml |
| tags: ['os'] |
| vars: |
| target_hosts: influxdb,grafana |
| |
| - name: Install Apigee pre-requisites |
| import_playbook: apigee-pre-requisites-bootstrap.yml |
| tags: ['bootstrap'] |
| vars: |
| target_hosts: influxdb,grafana |
| |
| - name: Install Apigee pre-requisites |
| import_playbook: apigee-pre-requisites-common-install.yml |
| tags: ['common'] |
| vars: |
| target_hosts: influxdb,grafana |
| |
| - name: Install influxdb |
| import_playbook: install-monitoring-influxdb-component-setup.yml |
| tags: ['influxdb'] |
| vars: |
| target_hosts: influxdb |
| |
| - name: Install telegraf |
| import_playbook: install-monitoring-telegraf-component-setup.yml |
| tags: ['telegraf'] |
| vars: |
| target_hosts: telegraf |
| |
| - name: Install grafana |
| import_playbook: install-monitoring-grafana-component-setup.yml |
| tags: ['grafana'] |
| vars: |
| target_hosts: grafana |