auberge 0.14.15

CLI tool for managing self-hosted infrastructure with Ansible
1
2
3
4
5
6
7
8
9
10
11
12
pub mod ansible;
pub mod backup;
pub mod bichon;
pub mod config_cmd;
pub mod deploy;
pub mod dns;
pub mod headscale;
pub mod host;
pub mod select;
pub mod ssh;
pub mod sync;
pub mod versions;