~linuxgoose/bocpress

ref: 874d462b904e85d3867e2e552d6b9f8a1daeeaf7 bocpress/ansible/inventory.yaml -rw-r--r-- 152 bytes
874d462bJordan Robinson fix existing usernames in creation 8 days ago
                                                                                
1
2
3
4
5
virtualmachines:
  hosts:
    main:
      ansible_host: "{{ lookup('env', 'ANSIBLE_HOST') }}"
      ansible_user: "{{ lookup('env', 'ANSIBLE_USER') }}"