summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-09-30 23:09:16 -0700
committerElizabeth Hunt <me@liz.coffee>2025-09-30 23:14:42 -0700
commit93985fdb88dbd89e3524aefe3f0b3ce5167a786e (patch)
tree3db5fd00b27e80daa7ad159e0b463ce87d6e51c8 /inventory
parent88eed6b06b6780fb67413e90f57e55bdd3b6c81d (diff)
downloadinfra-93985fdb88dbd89e3524aefe3f0b3ce5167a786e.tar.gz
infra-93985fdb88dbd89e3524aefe3f0b3ce5167a786e.zip
Add backup role
Diffstat (limited to 'inventory')
-rw-r--r--inventory2
1 files changed, 2 insertions, 0 deletions
diff --git a/inventory b/inventory
index 2e636dd..00b51ea 100644
--- a/inventory
+++ b/inventory
@@ -77,3 +77,5 @@ swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connectio
[coffee]
swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}'
+[backup]
+swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}'