aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'clarkzjw.ca/config/atlas/ansible/init.yaml')
-rw-r--r--clarkzjw.ca/config/atlas/ansible/init.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/clarkzjw.ca/config/atlas/ansible/init.yaml b/clarkzjw.ca/config/atlas/ansible/init.yaml
new file mode 100644
index 0000000..3dfbc09
--- /dev/null
+++ b/clarkzjw.ca/config/atlas/ansible/init.yaml
@@ -0,0 +1,10 @@
1---
2- name: Init
3 hosts: atlas
4 remote_user: root
5 gather_facts: true
6 vars:
7 ansible_ssh_common_args: "-J pve"
8
9 roles:
10 - role: init
Powered by cgit v1.2.3 (git 2.41.0)