diff options
author | clarkzjw <[email protected]> | 2023-01-13 15:43:30 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-13 15:43:30 -0800 |
commit | 61b24b7f9da768902886747ea70e5b91695edad0 (patch) | |
tree | 62b8ab388bd516077c39d3cf7e0095552ff8c906 /clarkzjw.ca/config/atlas/init.yaml | |
parent | 966596fd3f0e9b60aad55a05c5defa33b9f7e03f (diff) | |
download | homelab-61b24b7f9da768902886747ea70e5b91695edad0.tar.gz |
fix init
Diffstat (limited to 'clarkzjw.ca/config/atlas/init.yaml')
-rw-r--r-- | clarkzjw.ca/config/atlas/init.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clarkzjw.ca/config/atlas/init.yaml b/clarkzjw.ca/config/atlas/init.yaml index 9415d6f..3dfbc09 100644 --- a/clarkzjw.ca/config/atlas/init.yaml +++ b/clarkzjw.ca/config/atlas/init.yaml | |||
@@ -1,6 +1,6 @@ | |||
1 | --- | 1 | --- |
2 | - name: Init | 2 | - name: Init |
3 | hosts: storinator | 3 | hosts: atlas |
4 | remote_user: root | 4 | remote_user: root |
5 | gather_facts: true | 5 | gather_facts: true |
6 | vars: | 6 | vars: |
@@ -8,4 +8,3 @@ | |||
8 | 8 | ||
9 | roles: | 9 | roles: |
10 | - role: init | 10 | - role: init |
11 | - role: tailscale | ||