Commit Graph

484 Commits (f53dbf90eae9dabd7fc182707d5907cb49ec0ffb)

Author SHA1 Message Date
Carlos E. Garcia 0b8011436d minor spelling changes
10 years ago
Matt Clay 75c281debc Fix compile errors in scripts.
10 years ago
Brian Coca 6dece90a57 change to ~ instead of $HOME to avoid undefined (#18551)
10 years ago
Gael Pasgrimaud f94100aa87 make default strategy configurable (#18394)
10 years ago
Brian Coca aab80ac353 removed package from squash in examples
10 years ago
scottb abc9133cb6 Merge pull request #12712 from ananyacleetus/patch-1
10 years ago
Andrea Tartaglia b18263cf36 ANSIBLE_SSH_CONTROL_PATH_DIR option added (#18342)
10 years ago
Matt Clay 0d46805979 Clean up shebangs for various files.
10 years ago
Toshio Kuratomi 5037dc4e69 Make the default Ansible_managed string static so it doesn't interfere with idempotency
10 years ago
Brian Coca b169a61c20 toggle missing handler errors/warnings via config
10 years ago
Brian Coca 7b2f15453d make explicit the scope of config's gather_subset
10 years ago
Toshio Kuratomi 1efe782b46 Refactor parsing of CLI args so that we can modify them in the base class
10 years ago
Indrajit Raychaudhuri becb4765c3 Add homebrew in squash_actions list (#16966)
10 years ago
jctanner fff161f2f6 Smart mode for sftp+scp (#17813)
10 years ago
nitzmahone ee080eddb5 adjust WinRM service configuration message text
10 years ago
jlehtniemi-broadsoft 5864ae50c6 Start WinRM service automatically on reboot
10 years ago
Brian Coca 81a4164207 old yaml format has been long gone
10 years ago
Brian Coca f59e8be428 linked cause people forget yaml and yml exist
10 years ago
jctanner fe8258a378 make timeout decorator for facts have a configurable duration (#16551)
10 years ago
Shota 47f715fb37 Fix some typos (#16498)
10 years ago
Scott Mcdermott 007c20a28b Add missing {cache,inventory}_plugins to ansible.cfg (#16463)
10 years ago
Toshio Kuratomi a3959644ee Change the default of module_set_locale to False. (#16313)
10 years ago
Brian Coca de18566882 made ssh compression configurable (#16214)
10 years ago
Matt Davis 5825958a5a Merge pull request #15275 from Cryptophobia/devel
10 years ago
Dag Wieers a485395b02 Fix small typo in ansible.cfg (#15912)
10 years ago
Cryptophobia 76a519fddc Update to ConfigureRemotingForAnsible.ps1
10 years ago
Toshio Kuratomi dcc5dfdf81 Controller-side module caching.
10 years ago
Brian Coca 1942cd33dc draft add group merge priority and yaml inventory
10 years ago
James Cammarata 040893a677 Adding a config option to allow disabling locale settings upon module exec
10 years ago
Toshio Kuratomi 4b0aa1214c Ziploader
10 years ago
Linus Arver 0814a37a76 examples/ansible.cfg: add vault_password_file
10 years ago
James Cammarata 2c20579a06 Add options to make includes 'static'
10 years ago
Toshio Kuratomi 52e9209491 Don't create world-readable module and tempfiles without explicit user permission
10 years ago
Matthew Gamble 7b06ec79e3 Add documentation for squash_actions configuration setting
10 years ago
Toshio Kuratomi 512825455e Make ohai and facter work via module_utils Fact classes rather than in the setup module
10 years ago
Yannig Perré 88772b6003 Add a way to restrict gathered facts in Ansible:
10 years ago
Matt Clay ba1bcdfc17 Add noseclabel support to libvirt_lxc plugin.
10 years ago
Brian Coca e74ab3ecdd draft 1st release of ansible-console
10 years ago
Kishin Yagami 299c18d700 Support strategy_plugins setting in a configuration file
10 years ago
Brian Coca c24249c57d made max diff size configurable
10 years ago
Matt Davis 840cda741d Merge pull request #12363 from breathe/devel
10 years ago
Michael Crilly e9fe5f201f $SubjectName variable unused; clean up
10 years ago
Gabriel Burkholder c4ecbad663 Cleans up extra whitespace in ansible.cfg
10 years ago
James Cammarata 9112f5af3a Merge pull request #14535 from b4ldr/update_uptime_for_api_2
10 years ago
Toshio Kuratomi 86b8dc0e79 Add a configuration setting that allows the user to specify printing of task arguments in the header.
10 years ago
Brian Coca 0a4642fcc2 added examples for new diff color configs
10 years ago
b4ldr 439baf004e update uptime script to use version 2.0 of the api
10 years ago
Brian Coca d3deb24ead output color is now configurable
11 years ago
Brian Coca 2bfb13bfb3 removed unused 'pattern' from ansible.cfg
11 years ago
Luca Berruti 8ea45e8608 Make no_target_syslog consistent.
11 years ago
“Brice e8954e556a comment examples in default hosts file
11 years ago
Toshio Kuratomi 9caa2b0452 Revert "Update docs and example config for requiretty + pipelining change"
11 years ago
Toshio Kuratomi f873cc0fb5 Update docs and example config for requiretty + pipelining change
11 years ago
James Cammarata efbc6054a4 Add variable compression option
11 years ago
Brian Coca 0712ec756b commented out all settings in exampmle ansible.cfg as we really only want to set when diff from defaults
11 years ago
bastianharren b39b474def stdout_callback instead of callback_stdout
11 years ago
Brian Coca b2fc5142eb moved sudo -S and -n into configurable flags as they might be absent in much older systems
11 years ago
Toshio Kuratomi cd9d6c8b5b Remove unused ca_file_path as it has not been hooked up to code for a long time (if ever) and is confusing people For instance, #12884
11 years ago
James Cammarata dce58a78c9 Make random cowsay truly random
11 years ago
Ananya W Cleetus 45258b113d Update DOCUMENTATION.yml
11 years ago
Greg DeKoenigsberg 0a21e2ab4d Add github ID to documentation example
11 years ago
Brian Coca bb6141ec41 renamed managed_syslog to no_target_syslog
11 years ago
Brian Coca 37a918438b task logging revamp
11 years ago
Nathaniel Cohen 8b6f8ff928 Document -SkipNetworkProfileCheck switch
11 years ago
Paul Freeman 87fc5640d4 Comments to explain retry_files_enabled and retry_files_save_path
11 years ago
Brian Coca 4aea1f6568 normalized plugin paths and names and configs
11 years ago
Nathaniel Cohen be452c1b27 allow ConfigureRemotingForAnsible.ps1 script to function from 'public' adapters
11 years ago
Marius Gedminas 823677b490 Replace .iteritems() with six.iteritems()
11 years ago
nitzmahone 74694b2b0d moved WinRM setup script test after config
11 years ago
Brian Coca 49eb95e2d1 some fixes to become/sudo
11 years ago
James Cammarata 7a9916422a Fixing up error handling for fetch_file ops in connection plugins
11 years ago
Brian Coca e9400e9ba5 added commented out callback options
11 years ago
Carlos E. Garcia 657495d13f minor spelling changes
11 years ago
Brian Coca 8bfbe44e5b introduced non changing ansible_managed
11 years ago
Brian Coca 0cd7942155 removed uneeded quotes
11 years ago
Brian Coca 9e37402cb7 added ramfs to selinux ignored filesystems
11 years ago
James Cammarata b6c52ce115 Allow role variables to be optionally kept in a private scope
11 years ago
Brian Coca a41caf722d added example of whitelisted callback
11 years ago
Brian Coca e2de336a23 made special treatment of certain filesystem for selinux configurable
11 years ago
Brian Coca 5f6db0e164 preliminary privlege escalation unification + pbrun
11 years ago
Brian Coca 17666a1939 changed default for new retry path to be teh same as current
12 years ago
Brian Coca 4fd760467b made inventory consistent in config file, deprecated old config hostfile
12 years ago
Brian Coca 78e1a7ed93 Revert "Fix: Add support for SSL protocol version configuration option"
12 years ago
Brian Coca 9ccabbb95e Merge pull request #9808 from swimlappy/sslconfig
12 years ago
Brian Coca 83e6c166f6 fixed bad exampel for library that was library_path, which of course did
12 years ago
Toshio Kuratomi a5b3b59bd1 Comment remote_port in the example ansible.cfg so users do not override their .ssh/config settings by default
12 years ago
Willem Pienaar ac28652602 Fixed error handling for the enabling of PS Remoting
12 years ago
Jason Holland eedc51f213 Add support for SSL protocol version configuration option. Also fix 2 places where the SSL version was not being set properly.
12 years ago
Veres Lajos bf5d8ee678 typofixes - https://github.com/vlajos/misspell_fixer
12 years ago
Chris Church 116109468c Merge pull request #9481 from cipress/patch-1
12 years ago
Chris Church 2f7348fddf Update firewall rules, error handling, other comment/whitespace cleanup.
12 years ago
cipress c1fc0ca4fd Found issue on different System architecture.
12 years ago
Michael DeHaan e5116d2f9b changes for package loading of modules
12 years ago
Michael DeHaan 2064d26085 Add documentation about bin_ansible_callbacks setting. Standardization and cleanup.
12 years ago
James Cammarata eaa5257588 Replacing the issues template with the updated one from examples
12 years ago
Michael DeHaan a419ffdf41 Make command warnings off by default to minimize surprises.
12 years ago
Michael DeHaan fcb610dec4 Slightly trim down the warnings list based on some things being pretty common
12 years ago
nathansoz f0004b1604 $powershellpath is called as ".$powershellpath"
12 years ago
Michael DeHaan 2629cd3fce Fix some copyrights, fix a misc test.
12 years ago
Michael DeHaan 7c5d23118b Update ISSUE_TEMPLATE.md
12 years ago
Trond Hindenes d568966e2c Added script for configuring winrm for Ansible
12 years ago
Matt Martz 2316b7785c Make sure the doc stubs for windows modules have proper license headers
12 years ago
Chris Church 2654f7b200 Add copyright header to main winrm test playbook.
12 years ago
Chris Church 43236ca0ed Add basic tests for win_get_url and win_msi modules.
12 years ago
Don Schenck 618b47cd77 Added -Wait flag to Start-Process
12 years ago
Don Schenck 9c4220832a Start-Process
12 years ago
Don Schenck 8012fdc448 Start-Process line was wrong
12 years ago
Don Schenck e2f5d40a6b Changed launch
12 years ago
Chris Church 5b85252043 Add tests for windows setup module.
12 years ago
Paul Durivage bceaf96fd6 Add comments
12 years ago
Don Schenck e5399b12b9 Pipe Get-Process to see what's running
12 years ago
Craig Ackerman cd3edf1eba Added FW commands to allow access to HTTPS listener
12 years ago
Craig Ackerman f42905a9cc Added commands to allow Windows firewall access to WinRM HTTPS listener
12 years ago
Paul Durivage 7e055ec6cc Remove unnecessary obj
12 years ago
Michael DeHaan e621fec7d3 Add notes on powershell script source.
12 years ago
Michael DeHaan 128be9ea27 File rename.
12 years ago
Michael DeHaan 7309b2ad2a Add explanation of windows upgrade details.
12 years ago
Don Schenck 7631c005ca Added logging to UpgradeToPS3.ps1
12 years ago
Don Schenck ef968efa8b Fixed bugs related to .NET Framework version. Version 3.5 or higher is now
12 years ago
Don Schenck 5b15194a0d PowerShell script to assure PowerShell 3 is installed
12 years ago
James Cammarata 6069ff6e9e Adding a new system_warnings config option to supress warnings
12 years ago
James Cammarata 18d82d1eb6 Documentation/examples updates for new 1.6 accelerate options
12 years ago
Michael DeHaan e639b5382b Change default gathering policy, add to docs.
12 years ago
Brian Coca 18adf07fc6 changed setting values and updated docs
12 years ago
Brian Coca 4dfa40f18e added gathering control to ansible, defaults to 'smart'
12 years ago
Michael DeHaan 84f918d320 Merge pull request #6381 from franckcuny/doc-module-lang
12 years ago
Franck Cuny fb14b53130 Document the module_lang option.
12 years ago
James Cammarata 9730157525 Validate SSL certs accessed through urllib*
12 years ago
Dolph Mathews 8808e029f9 spelling correction for "separate"
12 years ago
Michael DeHaan 16d3be03af Remove a few extra legacy variable feature references.
12 years ago
Richard C Isaacson 80ddd1ca75 Config resoution order correction and documentation.
12 years ago
John Barker b8967a231e Fix typos in ISSUE_TEMPLATE.md
13 years ago
James Tanner e0429a4004 Add an issue template
13 years ago
Michael DeHaan d07a3b5e9b AnsibleWorks -> Ansible
13 years ago
James Cammarata 02ce5af6df Added ANSIBLE_SSH_PIPELINING option to enable/disable pipelining support
13 years ago
Michael DeHaan 31d0060de8 Standardized on yml suffix, so fix this example content filename.
13 years ago
Michael DeHaan 7490e3d61e Update ansible.cfg
13 years ago
a-sk 29a3bb744e Remove quotes aroung etcd_url value
13 years ago
Jan-Piet Mens bd5cd8e652 Lookup plugin for etcd
13 years ago
Michael DeHaan fee360f33e Add example.config and main documentation of the roles_path feature.
13 years ago
Thomas Omans 632232259a Adding config flag role_path for common/global roles
13 years ago
Michael DeHaan 65178290e7 Merge branch 'devel' of git://github.com/nextus/ansible into devel
13 years ago
James Cammarata b11e12652e Adding new accelerate settings to default config and docs
13 years ago
James Cammarata c8fa83c93f Minor tweaks to the skipped config wording and adding documentation
13 years ago
James Martin d5f20e6b21 Optionally display Skipping [host] messages.
13 years ago
nextus ca96d74572 #4227 in upstream repo
13 years ago
James Cammarata 848a966736 Adding example section to ansible.cfg for the control_path setting
13 years ago
James Cammarata 959138d00d Added accelerate_port to plays, and made it configurable
13 years ago
James Cammarata e09ce0a3a7 Commenting out default ssh arguments line in ansible.cfg
13 years ago
James Cammarata ad595eadea Enable error_on_undefined_vars by default
13 years ago