Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oslo DevOps
role_deploy_ansible_awx
Commits
c626e84e
Commit
c626e84e
authored
Oct 09, 2020
by
Thorstein Buind Nordby
Browse files
..
parent
e71e61d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
defaults/main.yml
View file @
c626e84e
---
# defaults file for ansible-role-awx-docker
awx_deploy_to
:
docker
awx_repo_url
:
https://github.com/ansible/awx.git
# Where to pull the AWX code from
awx_repo_dir
:
~/awx
# Where to store the AWX code locally
awx_update_repo
:
true
# Signals if we shold keep the local repo updated
awx_repo_version
:
1
2
.0.0
# What AWX Repo version to use
awx_repo_version
:
1
3
.0.0
# What AWX Repo version to use
awx_postgres_data_dir
:
/var/lib/pgdocker
# Where to store persistent postgres data files
awx_compose_dir
:
/var/lib/awx_docker
# Path to place AWX docker compose file(s)
awx_web_ssl
:
true
# Should AWX use https
...
...
tasks/os_tasks/repo_Debian.yml
View file @
c626e84e
...
...
@@ -2,6 +2,7 @@
-
name
:
Install repo prerequisites
package
:
name
:
"
{{
item
}}"
state
:
present
loop
:
-
apt-transport-https
-
ca-certificates
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment