├── LICENSE ├── README.md ├── helloworld.yml └── roles └── requirements.yml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansible/tower-example/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansible/tower-example/HEAD/README.md -------------------------------------------------------------------------------- /helloworld.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ansible/tower-example/HEAD/helloworld.yml -------------------------------------------------------------------------------- /roles/requirements.yml: -------------------------------------------------------------------------------- 1 | # from galaxy 2 | - src: yatesr.timezone 3 | 4 | --------------------------------------------------------------------------------