diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-05-28 23:56:55 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-05-28 23:56:55 -0700 |
commit | 6d3cefc29d596fcce0d436391eb6feec16bf2018 (patch) | |
tree | 096b16849467669a3542ee2a3e76c57e4da827dd /group_vars/oci.yml | |
parent | b8ffbfe27eae919750ef4d3facf02393d1004287 (diff) | |
download | infra-6d3cefc29d596fcce0d436391eb6feec16bf2018.tar.gz infra-6d3cefc29d596fcce0d436391eb6feec16bf2018.zip |
CI part one
Diffstat (limited to 'group_vars/oci.yml')
-rw-r--r-- | group_vars/oci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/group_vars/oci.yml b/group_vars/oci.yml index 7bc2db0..97d130e 100644 --- a/group_vars/oci.yml +++ b/group_vars/oci.yml @@ -1,3 +1,7 @@ --- oci_base: "{{ swarm_base }}/oci" +oci_repos: + - "emprespresso" + +ci_user: "ci" |