summaryrefslogtreecommitdiff
path: root/setup.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2023-12-18 17:22:27 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2023-12-18 17:22:27 +0000
commitbc8d5c46d8174b4373d48c29444f9e611d695b28 (patch)
tree436a94baa13d45e426c0d711e234ee524a34da59 /setup.yml
parent8a06a5c525a4c8d3d8f066c55a9f01a6be00ea43 (diff)
downloadinfra-bc8d5c46d8174b4373d48c29444f9e611d695b28.tar.gz
infra-bc8d5c46d8174b4373d48c29444f9e611d695b28.tar.bz2
infra-bc8d5c46d8174b4373d48c29444f9e611d695b28.zip
Initial configs and basic role
Diffstat (limited to 'setup.yml')
-rw-r--r--setup.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.yml b/setup.yml
new file mode 100644
index 0000000..026e4ef
--- /dev/null
+++ b/setup.yml
@@ -0,0 +1,4 @@
+- name: Basic setup for all hosts
+ hosts: all
+ roles:
+ - { role: basic }