diff options
author | binary <me@rgoncalves.se> | 2020-11-15 17:26:32 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-15 17:26:32 +0100 |
commit | aea6b114e050545ccc8b953c579d53c9158e238b (patch) | |
tree | 7cbeb2ad790638e433c21f1452dded1588949d2e /roles/common/tasks/init_openbsd.yml | |
parent | 5bcecbf08db7013ba4de12e492961e2cba6e6b8a (diff) | |
download | infrastructure-aea6b114e050545ccc8b953c579d53c9158e238b.tar.gz |
I'm so lazy so ignore this cimment this time pls
Diffstat (limited to 'roles/common/tasks/init_openbsd.yml')
-rw-r--r-- | roles/common/tasks/init_openbsd.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/common/tasks/init_openbsd.yml b/roles/common/tasks/init_openbsd.yml new file mode 100644 index 0000000..d4dae41 --- /dev/null +++ b/roles/common/tasks/init_openbsd.yml @@ -0,0 +1,10 @@ + +# common ~~ tasks/init_alpine.yml +# specific tasks for Openbsd initalization + +--- + +- name: Setup repositories for Openbsd + shell: echo "https://mirror.ungleich.ch/pub/OpenBSD/" > /etc/installurl + + |