summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-10-05 16:43:55 -0700
committerElizabeth Hunt <me@liz.coffee>2025-10-05 16:43:55 -0700
commite5003963103683aa476d719be22fa29080417437 (patch)
tree0216b0adaf8fd8da06b3864566a49761e4c4d2d8
parentff6e3c4a7758744c06e80a5e0ef4bccc12eacdd9 (diff)
downloadinfra-e5003963103683aa476d719be22fa29080417437.tar.gz
infra-e5003963103683aa476d719be22fa29080417437.zip
Add ansicolor to inventory and as deploy role
-rw-r--r--deploy.yml3
-rw-r--r--inventory3
2 files changed, 6 insertions, 0 deletions
diff --git a/deploy.yml b/deploy.yml
index 01c7cfd..53b48c5 100644
--- a/deploy.yml
+++ b/deploy.yml
@@ -66,5 +66,8 @@
- name: coffee
ansible.builtin.import_playbook: playbooks/coffee.yml
+- name: ansicolor
+ ansible.builtin.import_playbook: playbooks/ansicolor.yml
+
- name: backup
ansible.builtin.import_playbook: playbooks/backup.yml
diff --git a/inventory b/inventory
index 00b51ea..3e604a9 100644
--- a/inventory
+++ b/inventory
@@ -77,5 +77,8 @@ 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 }}'
+[ansicolor]
+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 }}'