Enable OS Upgrading
This commit is contained in:
parent
c407a7a91b
commit
c42832835c
@ -2,7 +2,7 @@
|
||||
host_key_checking = False
|
||||
gathering = smart
|
||||
fact_caching = jsonfile
|
||||
fact_caching_timeout = 3600
|
||||
fact_caching_timeout = 300
|
||||
fact_caching_connection = ./facts/
|
||||
inventory = ./inventory/
|
||||
forks = 5
|
||||
@ -10,4 +10,5 @@ retry_files_enabled = False
|
||||
interpreter_python = auto
|
||||
|
||||
[ssh_connection]
|
||||
# pipelining = true
|
||||
# ssh_args = -o ControlMaster=auto
|
||||
|
@ -15,6 +15,9 @@ roles:
|
||||
- name: 'ensure_os_patch'
|
||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git'
|
||||
version: 'master'
|
||||
- name: 'ensure_os_upgrade'
|
||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_os_upgrade.git'
|
||||
version: 'master'
|
||||
- name: 'ensure_podman'
|
||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_podman.git'
|
||||
version: 'master'
|
||||
|
Loading…
x
Reference in New Issue
Block a user