From 285c587daf298132bc961b26abed1e5870c41e4b Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 25 Oct 2020 19:20:13 +0100 Subject: hash: new machine. --- ansible/all.yml | 2 -- ansible/inventory | 4 +++- ansible/plays/users.yml | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 ansible/plays/users.yml diff --git a/ansible/all.yml b/ansible/all.yml index 83623cf..bd02ad3 100644 --- a/ansible/all.yml +++ b/ansible/all.yml @@ -1,8 +1,6 @@ - hosts: - all roles: - - lusers - - superusers - role: packages tags: packages become: yes diff --git a/ansible/inventory b/ansible/inventory index 91398d9..5789258 100644 --- a/ansible/inventory +++ b/ansible/inventory @@ -1,8 +1,10 @@ all: hosts: knot: - ansible_host: knot.trygvis.io + ansible_host: knot.vpn.trygvis.io ansible_python_interpreter: /usr/bin/python3 + hash: + ansible_host: hash.trygvis.io numquam: ansible_host: numquam.trygvis.io birgitte: diff --git a/ansible/plays/users.yml b/ansible/plays/users.yml new file mode 100644 index 0000000..4be24ee --- /dev/null +++ b/ansible/plays/users.yml @@ -0,0 +1,5 @@ +- hosts: + - all + roles: + - lusers + - superusers -- cgit v1.2.3