diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-11-10 10:52:35 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-11-10 10:52:44 +0100 |
commit | fe9f038589d020e0d284af5127e1cb16452c0a56 (patch) | |
tree | e4ba6f21ba0b7dc26bab575da201157915348c26 /ansible | |
parent | a8e84419964d7e86e2edcb48b16360118d7e5f28 (diff) | |
download | infra-fe9f038589d020e0d284af5127e1cb16452c0a56.tar.gz infra-fe9f038589d020e0d284af5127e1cb16452c0a56.tar.bz2 infra-fe9f038589d020e0d284af5127e1cb16452c0a56.tar.xz infra-fe9f038589d020e0d284af5127e1cb16452c0a56.zip |
ops-agent: Adding hash.
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/plays/ops-agent.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/plays/ops-agent.yml b/ansible/plays/ops-agent.yml index e3bd5ff..cb16e6d 100644 --- a/ansible/plays/ops-agent.yml +++ b/ansible/plays/ops-agent.yml @@ -1,6 +1,7 @@ - hosts: - akili - birgitte + - hash - malabaricus tasks: # Generate template telegraf.conf |