diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-18 17:04:18 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-18 17:04:18 -0400 |
commit | b81bfc5a294b5bd437a09bced94a670928a822b9 (patch) | |
tree | d6a3b71312f315fc377d3985fe7dab1054569dfe /deploy-hatecomputers.yml | |
parent | 4e93a081f87298948ef706ed2dc9d32d989bc8b8 (diff) | |
download | oldinfra-b81bfc5a294b5bd437a09bced94a670928a822b9.tar.gz oldinfra-b81bfc5a294b5bd437a09bced94a670928a822b9.zip |
add hatecomputers role!
Diffstat (limited to 'deploy-hatecomputers.yml')
-rw-r--r-- | deploy-hatecomputers.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy-hatecomputers.yml b/deploy-hatecomputers.yml new file mode 100644 index 0000000..a011104 --- /dev/null +++ b/deploy-hatecomputers.yml @@ -0,0 +1,4 @@ +- name: hatecomputers setup + hosts: hatecomputers + roles: + - hatecomputers |