-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update provisioning, foregit hammer config and vagrant directories
- Loading branch information
Showing
3 changed files
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
api_url: 'http://api.foreman' | ||
api_version: 2 | ||
consumer_key: 'key' | ||
consumer_secret: 'secret' | ||
timeout: 2 | ||
api_user: 'admin' | ||
# An array of Foreman resources managed by Foregit | ||
resources: :architectures | ||
# Git repository path | ||
repo_path: '/home/user/foregit/' | ||
# The Git branch which should sync with Foreman | ||
repo_branch: 'master' | ||
# Remote address for repo, it should be SSH | ||
repo_remote: 'git@github.com:myusername/foregit.git' | ||
# Git configuration | ||
git_username: 'myusername' | ||
git_useremail: 'myusername@mail.org' | ||
# A list of fields which should be removed from a Foreman resource before/after | ||
# are synced within the instance and repo. | ||
ignored_foreman_fields: ['created_at', 'updated_at', 'sp_name', 'sp_subnet_id'] | ||
:foregit: | ||
:enable_modules: true | ||
:api_url: 'http://api.foreman' | ||
:api_version: 2 | ||
:consumer_key: 'key' | ||
:consumer_secret: 'secret' | ||
:timeout: 2 | ||
:api_user: 'admin' | ||
# An array of Foreman resources managed by Foregit | ||
:resources: :architectures | ||
# Git repository path | ||
:repo_path: '/home/user/foregit/' | ||
# The Git branch which should sync with Foreman | ||
:repo_branch: 'master' | ||
# Remote address for repo, it should be SSH | ||
:repo_remote: 'git@github.com:myusername/foregit.git' | ||
# Git configuration | ||
:git_username: 'myusername' | ||
:git_useremail: 'myusername@mail.org' | ||
# A list of fields which should be removed from a Foreman resource before/after | ||
# are synced within the instance and repo. | ||
:ignored_foreman_fields: ['created_at', 'updated_at', 'sp_name', 'sp_subnet_id'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters