~linuxgoose/bocpress

ref: 7337de89f2794f8e447e2499419675f5dd2f6d5d bocpress/ansible/inventory.yaml -rw-r--r-- 152 bytes
7337de89Jordan Robinson update email host to be fetched from .env 7 days ago
                                                                                
1
2
3
4
5
virtualmachines:
  hosts:
    main:
      ansible_host: "{{ lookup('env', 'ANSIBLE_HOST') }}"
      ansible_user: "{{ lookup('env', 'ANSIBLE_USER') }}"