test for awx avec repo github
check the github repo that contains the ansible playbook that we will run against ec-2 machine

- name: Configure systems
hosts: 15.188.50.218
become: yes
tasks:
- name: Call Roles
hosts: 15.188.50.218
roles:
#- hostname
#- firewalld
#- ntp-config
- motd






