This commit is contained in:
14
Sources/PlaybookClient/Constants.swift
Normal file
14
Sources/PlaybookClient/Constants.swift
Normal file
@@ -0,0 +1,14 @@
|
||||
// TODO: Use an actual version tag for playbook repo.
|
||||
// TODO: Use an externally public url for the playbook repo.
|
||||
|
||||
public extension PlaybookClient {
|
||||
@_spi(Internal)
|
||||
enum Constants {
|
||||
public static let defaultInstallationPath = "~/.local/share/hpa/playbook"
|
||||
public static let inventoryFileName = "inventory.ini"
|
||||
public static let playbookCommand = "ansible-playbook"
|
||||
public static let playbookFileName = "main.yml"
|
||||
public static let playbookRepoUrl = "https://git.housh.dev/michael/ansible-hpa-playbook.git"
|
||||
public static let playbookRepoVersion = "main"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user