8000 GitHub - garystafford/ansible-gcp-demo: Ansible GCP Demo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

garystafford/ansible-gcp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible GCP Demo

Project Structure

> tree -L 3
.
├── LICENSE
├── README.md
├── _unused
│   ├── httpd_playbook.yml
│   └── misc_commands.sh
├── ansible
│   ├── ansible.cfg
│   ├── group_vars
│   │   └── webservers.yml
│Â
5D61
 Â  ├── inventories
│   │   ├── hosts
│   │   └── webservers_gcp.yml
│   ├── playbooks
│   │   ├── 10_webserver_infra.yml
│   │   └── 20_webserver_config.yml
│   ├── roles
│   │   ├── gcpweb
│   │   └── httpd
│   └── site.yml
├── part0_source_creds.sh
├── part1_create_vm.sh
└── part2_clean_up.sh

References

About

Ansible GCP Demo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0