docker run --rm $IMAGE command_generator_vars | grep Playbook
$ docker run --rm $IMAGE command_generator_vars | grep Playbook
The current version of the operational playbooks collection contains the following playbooks:
Playbook: gcp_aap_health_check
Playbook: gcp_add_extension_nodes
Playbook: gcp_add_labels
Playbook: gcp_backup_delete
Playbook: gcp_backup_deployment
Playbook: gcp_backup_list
Playbook: gcp_backups_delete
Playbook: gcp_check_aoc_version
Playbook: gcp_deployment_inventory
Playbook: gcp_get_aoc_version
Playbook: gcp_health_check
Playbook: gcp_list_deployments
Playbook: gcp_nodes_health_check
Playbook: gcp_remove_extension_nodes
Playbook: gcp_remove_labels
Playbook: gcp_restore_deployment
Playbook: gcp_setup_logging_monitoring
Playbook: gcp_upgrade
Copy to ClipboardCopied!Toggle word wrapToggle overflow
若要提供所有可用 playbook 的列表并使用命令生成器,可使用以下命令:
docker run --rm $IMAGE command_generator_vars
$ docker run --rm $IMAGE command_generator_vars
Copy to ClipboardCopied!Toggle word wrapToggle overflow
这提供了 playbook 列表和类似如下的命令:
===============================================
Playbook: gcp_upgrade
Description: Performs the upgrade of the Ansible Automation Platform from GCP Marketplace components to the latest version.
-----------------------------------------------
Performs the upgrade of the Ansible Automation Platform from GCP Marketplace components to the latest version.
-----------------------------------------------
Command generator template:
docker run --rm $IMAGE command_generator gcp_upgrade [--ansible-config ansible_config_path>] \
-d <deployment_name> -c <cloud_credentials_path> --extra-vars 'gcp_compute_region=<gcp_compute_region> gcp_compute_zone=<gcp_compute_zone> gcp_backup_taken=<true|false>'
===============================================
===============================================
Playbook: gcp_upgrade
Description: Performs the upgrade of the Ansible Automation Platform from GCP Marketplace components to the latest version.
-----------------------------------------------
Performs the upgrade of the Ansible Automation Platform from GCP Marketplace components to the latest version.
-----------------------------------------------
Command generator template:
docker run --rm $IMAGE command_generator gcp_upgrade [--ansible-config ansible_config_path>] \
-d <deployment_name> -c <cloud_credentials_path> --extra-vars 'gcp_compute_region=<gcp_compute_region> gcp_compute_zone=<gcp_compute_zone> gcp_backup_taken=<true|false>'
===============================================
Copy to ClipboardCopied!Toggle word wrapToggle overflow