diff options
author | clarkzjw <[email protected]> | 2023-01-13 16:44:02 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-13 16:44:02 -0800 |
commit | 945aa9e6f634a078937fdf21d09f32e77f4c1a7b (patch) | |
tree | 8e0bf62f54603f7659e13b95469736dbd602bd07 /clarkzjw.ca/config/atlas/init.yaml | |
parent | 18f16d87fe6989b6f8684fe6fcb277e906e29a8e (diff) | |
download | homelab-945aa9e6f634a078937fdf21d09f32e77f4c1a7b.tar.gz |
reorganize folders
Diffstat (limited to 'clarkzjw.ca/config/atlas/init.yaml')
-rw-r--r-- | clarkzjw.ca/config/atlas/init.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/clarkzjw.ca/config/atlas/init.yaml b/clarkzjw.ca/config/atlas/init.yaml deleted file mode 100644 index 3dfbc09..0000000 --- a/clarkzjw.ca/config/atlas/init.yaml +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
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 | ||