--- # sample configuration file # # Usage: ansible-playbook main.yml -e @configs/just-some-nodes-example/sample.yml # # Ideally keep your copy OUTSIDE your repo, especially if using Cloud Credentials env_type: ansible-windows output_dir: /tmp/workdir # Writable working scratch directory email: name@example.com # User info for notifications guid: guid02 # Unique string used in FQDN subdomain_base_suffix: .example.opentlc.com # Your domain used in FQDN # Path to yum repos # own_repo_path: http://you-own.repo.com/repos # Cloud specfic settings - example given here for AWS cloud_provider: ec2 # Which AgnosticD Cloud Provider to use aws_region: us-east-1 # AWS Region to deploy in HostedZoneId: Z3IHLWJZOU9SRT # You will need to change this key_name: ocpkey # Keyname must exist in AWS # AWS Credentials. These are required (don't sync them to your fork) # aws_access_key_id: # aws_secret_access_key: ...