diff --git a/.ansible/inventory/production/hosts b/.ansible/inventory/production/hosts index 0abcfb6..aad3965 100644 --- a/.ansible/inventory/production/hosts +++ b/.ansible/inventory/production/hosts @@ -22,6 +22,10 @@ all: hosts: es.diesel.net: + gpu: + hosts: + gpu.diesel.net: + vars: ansible_user: automation ansible_python_interpreter: /usr/bin/python3 diff --git a/.ansible/roles/requirements.yaml b/.ansible/roles/requirements.yaml index ccdbbf7..d19d852 100644 --- a/.ansible/roles/requirements.yaml +++ b/.ansible/roles/requirements.yaml @@ -1,7 +1,7 @@ - name: ubuntu scm: git src: "git@github.com:Diesel-Net/ansible-role-ubuntu.git" - version: 2.2.1 + version: 2.3.0 - name: common scm: git @@ -11,4 +11,4 @@ - name: docker scm: git src: "git@github.com:Diesel-Net/ansible-role-docker.git" - version: 1.5.0 + version: 1.5.1