mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34:01 -07:00
Integration Playbook for Google Cloud DNS module. (#17698)
This commit is contained in:
parent
6666d13654
commit
97a1b7ded1
5 changed files with 481 additions and 2 deletions
|
@ -23,7 +23,7 @@ def add_credentials_options(parser):
|
|||
credentials = yaml.load(open('credentials.yml', 'r'))
|
||||
default_service_account_email = credentials[
|
||||
'gce_service_account_email']
|
||||
default_pem_file = credentials['gce_credentials_file']
|
||||
default_pem_file = credentials['gce_pem_file']
|
||||
default_project_id = credentials['gce_project_id']
|
||||
|
||||
parser.add_option(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue