updated lab files
This commit is contained in:
Родитель
0d37e242d7
Коммит
f62e1252f6
|
@ -0,0 +1,11 @@
|
|||
|
||||
- name: Create Cron Job for Web Server configuration
|
||||
hosts: localhost
|
||||
connection: local
|
||||
tasks:
|
||||
- name: Cron Job web server configuration
|
||||
cron:
|
||||
name: "httpd yml configuration"
|
||||
minute: "*"
|
||||
hour: "*"
|
||||
job: 'ansible-playbook -i ~/ansible/contrib/inventory/azure_rm.py ~/PartsUnlimitedMRP/Labfiles/AZ-400T05-ImplemntgAppInfra/Labfiles/ansible/httpd.yml --extra-vars "vmname=vmw$
|
Загрузка…
Ссылка в новой задаче