aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-19 20:56:52 -0800
committerclarkzjw <[email protected]>2023-01-19 20:56:52 -0800
commit1fce024be20034ad4eef7646594eef0fbcc1b64e (patch)
tree49c949a6c8b9b8e35ae0481c88d440e1d26a45ee /clarkzjw.cc/config/bia/ansible/setup.yaml
parent908af8393d8f566a79f27314c2a682e365dc1090 (diff)
downloadhomelab-1fce024be20034ad4eef7646594eef0fbcc1b64e.tar.gz
bia: FreeBSD setup
Diffstat (limited to 'clarkzjw.cc/config/bia/ansible/setup.yaml')
-rw-r--r--clarkzjw.cc/config/bia/ansible/setup.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/clarkzjw.cc/config/bia/ansible/setup.yaml b/clarkzjw.cc/config/bia/ansible/setup.yaml
new file mode 100644
index 0000000..e42c175
--- /dev/null
+++ b/clarkzjw.cc/config/bia/ansible/setup.yaml
@@ -0,0 +1,7 @@
1- name: Setup FreeBSD
2 hosts: bia
3 remote_user: clarkzjw
4 gather_facts: true
5
6 roles:
7 - role: bsd_init
Powered by cgit v1.2.3 (git 2.41.0)