Open rifaterdemsahin opened 6 years ago
Building on mac OS
curl --remote-name --time-cond cacert.pem https://curl.haxx.se/ca/cacert.pem
PEM File Arrived
Credentials setup process
Create a related account in Google Cloud Platform
Here it is to create a new project in GCP
Here is it added
Google Cloud Platform Service Accounts Defined Here
Service Account Creation
Here it is created
The Link ( Loaded to Google Drive Created a Folder For Resources ) Authentication Required https://drive.google.com/drive/folders/1_YHkegsgXW786YwJvBrwvPyxKBqx54QL
Installed version satisfies the requirement
Blocker we can not trigger ansible from Appveyor yet... We need to start with Ansible to create an infrastructure for us in the beginning.
Our YML File for Ansible http://docs.ansible.com/ansible/latest/guide_gce.html
name: Create instance(s) hosts: localhost connection: local gather_facts: no
vars: service_account_email: aif-318@developer.gserviceaccount.com credentials_file: /project.json project_id: project-id machine_type: n1-standard-1 image: debian-7
tasks:
Watch out copy paste loses the yml format
http://docs.ansible.com/ansible/latest/guide_gce.html