diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-03-21 23:17:16 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-03-21 23:17:16 -0700 |
commit | 9b3532e762465b7f4f81459cfc96ed42cd5134d0 (patch) | |
tree | c5ead56d4a11f046526f706ee837b0128824999c /playbooks/common.yml | |
parent | dde6850257c1181802b1e8cd46b8aadfe1551b1f (diff) | |
download | infra-9b3532e762465b7f4f81459cfc96ed42cd5134d0.tar.gz infra-9b3532e762465b7f4f81459cfc96ed42cd5134d0.zip |
update names
Diffstat (limited to 'playbooks/common.yml')
-rw-r--r-- | playbooks/common.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/common.yml b/playbooks/common.yml new file mode 100644 index 0000000..49ba22a --- /dev/null +++ b/playbooks/common.yml @@ -0,0 +1,7 @@ +--- + +- name: Common setup + hosts: all + become: true + roles: + - common |